Skip to content

Commit 2fdffda

Browse files
committed
Fix bad case that breaks a number of workflows
1 parent c857d6a commit 2fdffda

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/changelog-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Update Changelog
2323
uses: docker://ghcr.io/ponylang/changelog-bot-action:0.3.6
2424
with:
25-
git_user_name: "Ponylang Main Bot"
26-
git_user_email: "ponylang.main@gmail.com"
25+
GIT_USER_NAME: "Ponylang Main Bot"
26+
GIT_USER_EMAIL: "ponylang.main@gmail.com"
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Send alert on failure

.github/workflows/release-notes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Update
2424
uses: docker://ghcr.io/ponylang/release-notes-bot-action:0.3.9
2525
with:
26-
git_user_name: "Ponylang Main Bot"
27-
git_user_email: "ponylang.main@gmail.com"
26+
GIT_USER_NAME: "Ponylang Main Bot"
27+
GIT_USER_EMAIL: "ponylang.main@gmail.com"
2828
env:
2929
API_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Send alert on failure

0 commit comments

Comments
 (0)