We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8358655 commit a33db83Copy full SHA for a33db83
.github/workflows/pack.yml
@@ -38,10 +38,9 @@ jobs:
38
git_user_signingkey: true
39
git_commit_gpgsign: true
40
41
- - name: Update submodule
+ - name: Update Help.zip
42
run: |
43
- git config user.name "PCL-Community-Bot"
44
- git config user.email "167983016+PCL-Community-Bot@users.noreply.github.com"
45
- git commit -S -a -m "chore: update Help.zip to ${{ github.ACTION_REPOSITORY }}@${{ github.sha }}"
46
- git push origin dev
47
- fi
+ git config user.name "PCL-Community-Bot"
+ git config user.email "167983016+PCL-Community-Bot@users.noreply.github.com"
+ git commit -S -a -m "chore: update Help.zip to ${{ github.ACTION_REPOSITORY }}@${{ github.sha }}"
+ git push origin dev
0 commit comments