Skip to content

Commit

Permalink
Update commit message and task name
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Nov 23, 2024
1 parent 5239ea0 commit 0f7594d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "team-moderne[bot]"
- name: Commit and push Maven dependency vulnerabilities to rewrite-java-dependencies
- name: Commit and push
working-directory: rewrite-docs
run: |
export MSG="[Auto] Latest versions as of $(date +'%Y-%m-%dT%H%M')"
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)

0 comments on commit 0f7594d

Please sign in to comment.