Update nezha.yml

main
fscarmen 2 years ago committed by GitHub
parent 706f633bb1
commit d46207e787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/nezha.yml

@ -34,13 +34,16 @@ jobs:
repo_name="${repo_parts[1]}"
echo "$repo_name"
tree
rm -rf "$repo_name"
- name: Upload to repository
uses: stefanzweifel/git-auto-commit-action@v4.16.0
if: ${{ env.VERSION != '' }}
with:
commit_message: Sync app ${{ env.LATEST }} by Github Actions.
- name: Remove repo
run :
rm -rf ../"$repo_name"
job2-amd64:
runs-on: ubuntu-latest

Loading…
Cancel
Save