Skip to content

Commit

Permalink
Merge pull request #22 from ipld/master-upgrade
Browse files Browse the repository at this point in the history
upgrade (#6)
  • Loading branch information
galargh authored Sep 5, 2022
2 parents 9a228bf + 4f1bd05 commit 8e0a245
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 5 deletions.
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
Loading

0 comments on commit 8e0a245

Please sign in to comment.