Skip to content

Commit 221a837

Browse files
committed
test: changing github actions comitting action
1 parent fc8530e commit 221a837

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/update_events.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ jobs:
1919
run: pip install --no-cache-dir -r requirements.txt
2020
- name: Run script
2121
run: python .scripts/events_updater.py
22-
- name: Change ownership of repository directory
23-
run: sudo chown -R $(whoami) ${{ github.workspace }}
2422
- name: Commit and push changes
25-
uses: EndBug/add-and-commit@v7
23+
uses: stefanzweifel/git-auto-commit-action@v4
2624
with:
27-
author_name: "GitHub Actions"
28-
author_email: "[email protected]"
29-
message: "[Auto] Update events"
25+
commit_message: "[Auto] Update events"
26+
commit_user_name: "GitHub Actions"
27+
commit_user_email: "[email protected]"

0 commit comments

Comments
 (0)