Skip to content
Closed
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
card-title="Expense Report"
card-excerpt="Approve and Reject Expenses with OCR"
modal-excerpt="Setup your expense tool in two easy steps:"
modal-description="Step 1: Set up your HR Platform"
modal-description="Step 1: Set up your HR Platform f"
unique-template-id="expense_report"
version="3.2.8"
></wizard-template>