We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8530e commit 221a837Copy full SHA for 221a837
.github/workflows/update_events.yml
@@ -19,11 +19,9 @@ jobs:
19
run: pip install --no-cache-dir -r requirements.txt
20
- name: Run script
21
run: python .scripts/events_updater.py
22
- - name: Change ownership of repository directory
23
- run: sudo chown -R $(whoami) ${{ github.workspace }}
24
- name: Commit and push changes
25
- uses: EndBug/add-and-commit@v7
+ uses: stefanzweifel/git-auto-commit-action@v4
26
with:
27
- author_name: "GitHub Actions"
28
- author_email: "[email protected]"
29
- message: "[Auto] Update events"
+ commit_message: "[Auto] Update events"
+ commit_user_name: "GitHub Actions"
+ commit_user_email: "[email protected]"
0 commit comments