Skip to content

Commit

Permalink
Update verslagen-generate-index.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
redmer authored Nov 5, 2024
1 parent 3d92942 commit 75cf5ca
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/verslagen-generate-index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Generate Verslagen Index

on:
workflow_dispatch:
push:
paths:
- 'docs/verslagen/**'
Expand Down Expand Up @@ -28,8 +29,6 @@ jobs:
done
- name: Commit changes
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add docs/verslagen/index.md
git commit -m "Update index.md" || echo "No changes to commit"
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update verslagen-index na upload

0 comments on commit 75cf5ca

Please sign in to comment.