🔄 synced local '.github/' with remote 'repo-template/.github/'

This commit is contained in:
qbox-duck[bot]
2023-12-09 17:49:51 +00:00
committed by GitHub
parent 9adddf9631
commit 56a9af88f3
+3 -1
View File
@@ -22,7 +22,9 @@ jobs:
- name: Bundle files - name: Bundle files
run: | run: |
rm -rf ./.github ./.vscode ./.git rm -rf ./.github ./.vscode ./.git
zip -r ./${{ github.event.repository.name }}.zip ./ mkdir ./${{ github.event.repository.name }}
find . -mindepth 1 -type d -exec cp * {} \;
zip -r ./${{ github.event.repository.name }}.zip ./${{ github.event.repository.name }}
- name: Get App Token - name: Get App Token
uses: actions/create-github-app-token@v1.6.1 uses: actions/create-github-app-token@v1.6.1