mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update deploy.yml
This commit is contained in:
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
@@ -95,12 +95,5 @@ jobs:
|
||||
git pull
|
||||
git add .
|
||||
git commit --allow-empty -m "Update hashes for ${{ env.FILE_DEST }} repository"
|
||||
git push
|
||||
fi
|
||||
|
||||
- name: Push changes
|
||||
if: ${{ env.SKIP != 'yes' }}
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.SCRIPTS_ACCESS_TOKEN }}
|
||||
branch: ${{ github.ref }}
|
||||
directory: scripts
|
||||
|
||||
Reference in New Issue
Block a user