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 40ee9db commit 1acc9e0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/announce-a-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
uses: ponylang/[email protected]
with:
step: announce-a-release
git_user_name: "Ponylang Main Bot"
git_user_email: "[email protected]"
GIT_USER_NAME: "Ponylang Main Bot"
GIT_USER_EMAIL: "[email protected]"
env:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
ZULIP_TOKEN: ${{ secrets.ZULIP_TOKEN }}
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 @@ -23,8 +23,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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: ponylang/[email protected]
with:
step: trigger-release-announcement
git_user_name: "Ponylang Main Bot"
git_user_email: "[email protected]"
GIT_USER_NAME: "Ponylang Main Bot"
GIT_USER_EMAIL: "[email protected]"
env:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/start-a-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: ponylang/[email protected]
with:
step: start-a-release
git_user_name: "Ponylang Main Bot"
git_user_email: "[email protected]"
GIT_USER_NAME: "Ponylang Main Bot"
GIT_USER_EMAIL: "[email protected]"
env:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit 1acc9e0

Please sign in to comment.