From ccf5a31e415591ab0827854273d5572e73ad0925 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Thu, 13 Feb 2025 04:02:51 +0000 Subject: [PATCH] Fix bad case that breaks a number of workflows --- .github/workflows/changelog-bot.yml | 4 ++-- .github/workflows/release-notes.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/changelog-bot.yml b/.github/workflows/changelog-bot.yml index 4149ba4..348cf5a 100644 --- a/.github/workflows/changelog-bot.yml +++ b/.github/workflows/changelog-bot.yml @@ -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: "ponylang.main@gmail.com" + GIT_USER_NAME: "Ponylang Main Bot" + GIT_USER_EMAIL: "ponylang.main@gmail.com" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Send alert on failure diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 0f9e100..8be4006 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -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: "ponylang.main@gmail.com" + GIT_USER_NAME: "Ponylang Main Bot" + GIT_USER_EMAIL: "ponylang.main@gmail.com" env: API_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }} - name: Send alert on failure