Skip to content

Commit

Permalink
Push to master branch instead for this repository
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Nov 27, 2024
1 parent 7a0a16b commit ea94eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
run: |
export MSG="[Auto] Latest versions as of $(date +'%Y-%m-%d %H:%M')"
export DOC=docs/reference/latest-versions-of-every-openrewrite-module.md
git diff-index --quiet HEAD ${DOC} || (git commit --message "${MSG}" ${DOC} && git push origin main)
git diff-index --quiet HEAD ${DOC} || (git commit --message "${MSG}" ${DOC} && git push origin master)

0 comments on commit ea94eb3

Please sign in to comment.