mirror of
https://github.com/0belous/universal-plugin-repo.git
synced 2025-12-20 03:31:18 -03:00
fix workflow
This commit is contained in:
parent
61d9076015
commit
096b5f86e2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
|
@ -21,6 +21,6 @@ jobs:
|
|||
- run: |
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git add manifest.json
|
||||
git commit -m "Generate manifest.json" || exit 0
|
||||
git add manifest.json images/
|
||||
git commit -m "Update manifest.json and images" || exit 0
|
||||
git push
|
||||
Loading…
Add table
Add a link
Reference in a new issue