Skip to content

Commit

Permalink
upgrade (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Sep 5, 2022
1 parent 1c6b24c commit 95f6814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
git_branch="${GITHUB_REF_NAME}-sync-${TF_WORKSPACE}"
git checkout -B "${git_branch}"
git add --all
git diff-index --quiet HEAD || git commit --message="chore: sync ${TF_WORKSPACE} (#${GITHUB_RUN_NUMBER})'
git diff-index --quiet HEAD || git commit --message="chore: sync ${TF_WORKSPACE} (#${GITHUB_RUN_NUMBER})"
git push origin "${git_branch}" --force
pull_request:
needs: [prepare, sync]
Expand Down

0 comments on commit 95f6814

Please sign in to comment.