Skip to content

Commit

Permalink
Added github Sha to workflow commit (#2252)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebSerafin committed Feb 13, 2022
1 parent cb28f83 commit 73e2cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workshopUpdate_Dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: node ./tools/incrementVersion.js -b ${{github.sha}}
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Automated version bump"
commit_message: "Automated version bump to: ${{github.sha}}"

build:
runs-on: windows-latest
Expand Down

0 comments on commit 73e2cd6

Please sign in to comment.