Skip to content

Commit

Permalink
Fix bad case that breaks a number of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Feb 13, 2025
1 parent 5c71f48 commit ccf5a31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Update Changelog
uses: docker://ghcr.io/ponylang/changelog-bot-action:0.3.6
with:
git_user_name: "Ponylang Main Bot"
git_user_email: "[email protected]"
GIT_USER_NAME: "Ponylang Main Bot"
GIT_USER_EMAIL: "[email protected]"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Send alert on failure
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Update
uses: docker://ghcr.io/ponylang/release-notes-bot-action:0.3.9
with:
git_user_name: "Ponylang Main Bot"
git_user_email: "[email protected]"
GIT_USER_NAME: "Ponylang Main Bot"
GIT_USER_EMAIL: "[email protected]"
env:
API_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }}
- name: Send alert on failure
Expand Down

0 comments on commit ccf5a31

Please sign in to comment.