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