We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2493c commit 472c592Copy full SHA for 472c592
.github/workflows/pack.yml
@@ -26,6 +26,7 @@ jobs:
26
with:
27
repository: PCL-Community/PCL2-CE
28
token: ${{ secrets.UPDATE_PAT_TOKEN }}
29
+ path: PCL2-CE
30
31
- uses: actions/download-artifact@v5
32
@@ -41,7 +42,9 @@ jobs:
41
42
43
- name: Update Help.zip
44
run: |
45
+ ls
46
+ cd PCL2-CE
47
git config user.name "PCL-Community-Bot"
48
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 }}"
49
+ git commit -S -a -m "chore: update Help.zip to PCL-Community/PCLCEHelp@${{ github.sha }}"
50
#git push origin dev
0 commit comments