Skip to content

Commit

Permalink
try other environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner committed Dec 13, 2023
1 parent 033abe1 commit 7495b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-test-runtime-statistics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Commit
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
GIT_AUTHOR_NAME: "GitHub Actions Bot"
GIT_AUTHOR_EMAIL: "<[email protected]>"
GIT_COMMITTER_NAME: "GitHub Actions Bot"
GIT_COMMITTER_EMAIL: "<[email protected]>"
run: |
git commit -m "chore(ci): updated test file runtime file" .ci/runtimes.json
Expand Down

0 comments on commit 7495b50

Please sign in to comment.