Skip to content

Commit

Permalink
Commit message test
Browse files Browse the repository at this point in the history
  • Loading branch information
vikulin committed Jun 24, 2024
1 parent 9216a2d commit 214ad24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
git config user.name "vikulin"
git config user.email "[email protected]"
git add .
git commit -m "${{ github.event.head_commit.message }}. Version: ${{ env.VERSION }}"
git commit -m "${{ github.event.workflow_run.head_commit.message }}. Version: ${{ env.VERSION }}"
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 214ad24

Please sign in to comment.