Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/generate_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
run: php .github/workflows/scripts/generate_index.php
if: env.COMMITTER != 'action@github.com'

- uses: chainguard-dev/actions/setup-gitsign@main
- name: Commit and push if it changed
run: |
git diff
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -am "Update index.json and README.md" || exit 0
git commit -S -am "Update index.json and README.md" || exit 0
git push