Skip to content

Commit

Permalink
Fix update json (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfionov authored Jan 23, 2024
1 parent f4a9a31 commit 73d738c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
run: |
git config user.email "41898282+github-actions[bot]@users.noreply.github.com>"
git config user.name "github-actions[bot]"
git fetch origin
./update.sh
git push origin master
ls -la
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ case version in
EOF
)
git add update.json
git commit -m "skipci: Update update.json"
git commit -m "skipci: Update update.json" || true
;;
esac

0 comments on commit 73d738c

Please sign in to comment.