We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7967aa5 commit d168b41Copy full SHA for d168b41
.github/workflows/podcast-data.yml
@@ -51,11 +51,11 @@ jobs:
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
with:
54
- commit_message: Update generated podcast content
55
branch: main
56
- commit_user_name: Podcast data update bot
57
- commit_user_email: stehtisch@engineeringkiosk.dev
58
- commit_author: Podcast data update bot <stehtisch@engineeringkiosk.dev>
+ commit_message: "chore: Update generated podcast content"
+ commit_user_name: "GitHub Actions Bot"
+ commit_user_email: "actions@github.com"
+ commit_author: "GitHub Actions Bot <actions@github.com>"
59
60
- name: Trigger webpage to sync
61
uses: peter-evans/repository-dispatch@v4.0.1
0 commit comments