Skip to content

Commit

Permalink
Hash link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vikulin committed Jun 24, 2024
1 parent 2d4225d commit 1749baf
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 @@ -75,7 +75,7 @@ jobs:
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
git add .
git commit -m "${{ env.GIT_MESSAGE }} https://github.com/RiV-chain/${{ github.event.repository }}/commit/${{ env.GIT_HASH }}. Version: ${{ env.VERSION }}"
git commit -m "${{ env.GIT_MESSAGE }} https://github.com/${{ github.event.repository.full_name }}/commit/${{ env.GIT_HASH }}. Version: ${{ env.VERSION }}"
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 1749baf

Please sign in to comment.