Skip to content

Commit

Permalink
Merge pull request #189 from Patrowl/push_ci
Browse files Browse the repository at this point in the history
Update github-sync.sh
  • Loading branch information
bdoublet91 authored Jan 10, 2022
2 parents b93de4f + 116cdac commit 0614cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ sync(){
"${IGNORE_REFS_PATTERN[@]}" \
| git update-ref --stdin

git push \
git push -f\
--all \
"${dst_repo}" \
|| [ "${TWO_WAY}" = true ]
git push \
git push -f\
--tags \
"${dst_repo}" \
|| [ "${TWO_WAY}" = true ]
Expand Down

0 comments on commit 0614cd3

Please sign in to comment.