We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44a218 commit 5fecde8Copy full SHA for 5fecde8
1 file changed
.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 }}"
47
- git push origin dev
+ git commit -S -a -m "chore: update Help.zip to ${{ github.action_repository }}@${{ github.sha }}"
+ #git push origin dev
0 commit comments