We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a7cbb commit 278f66bCopy full SHA for 278f66b
.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