We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278f66b commit e44a218Copy full SHA for e44a218
.github/workflows/pack.yml
@@ -43,5 +43,5 @@ jobs:
43
run: |
44
git config user.name "PCL-Community-Bot"
45
git config user.email "167983016+PCL-Community-Bot@users.noreply.github.com"
46
- git commit -S -a -m "chore: update Help.zip to ${{ github.action_repository }}@${{ github.sha }}"
+ git commit -S -a -m "chore: update Help.zip to ${{ github.action.repository }}@${{ github.sha }}"
47
git push origin dev
0 commit comments