Skip to content

Commit

Permalink
fixed name in gh action test file
Browse files Browse the repository at this point in the history
  • Loading branch information
JamilOmar authored Jan 29, 2024
1 parent 70c9167 commit 6479b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-github-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Commit files
run: |
git add .
git config --local user.email ${{ secrets.APP_ID }}+axle-auth-helper[bot]@users.noreply.github.com
git config --local user.name "axle-auth-helper[bot]"
git config --local user.email ${{ secrets.APP_ID }}+polusai-auth-helper[bot]@users.noreply.github.com
git config --local user.name "polusai-auth-helper[bot]"
git commit -a -m "Adding test file"
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 6479b9b

Please sign in to comment.