🔄 synced local '.github/' with remote 'repo-template/.github/'
This commit is contained in:
@@ -22,8 +22,9 @@ jobs:
|
|||||||
- name: Bundle files
|
- name: Bundle files
|
||||||
run: |
|
run: |
|
||||||
rm -rf ./.github ./.vscode ./.git
|
rm -rf ./.github ./.vscode ./.git
|
||||||
|
shopt -s extglob
|
||||||
mkdir ./${{ github.event.repository.name }}
|
mkdir ./${{ github.event.repository.name }}
|
||||||
find . -mindepth 1 -type d -exec cp * {} \;
|
cp -r !(${{ github.event.repository.name }}) ${{ github.event.repository.name }}
|
||||||
zip -r ./${{ github.event.repository.name }}.zip ./${{ github.event.repository.name }}
|
zip -r ./${{ github.event.repository.name }}.zip ./${{ github.event.repository.name }}
|
||||||
|
|
||||||
- name: Get App Token
|
- name: Get App Token
|
||||||
|
|||||||
Reference in New Issue
Block a user