Skip to content

Commit

Permalink
Change login
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Mar 12, 2024
1 parent 9bf9695 commit cc3f1d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/report-maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ jobs:
run: |
branch_name='preview-${{ github.event.pull_request.number }}'
git config --system --add safe.directory "$GITHUB_WORKSPACE"
git config --local user.email "[email protected]"
git config --local user.name "jhudsl-robot"
git config --global --add safe.directory $GITHUB_WORKSPACE
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add ${{ steps.check_results.outputs.report_path }} --force || echo "No changes to commit"
git commit -m 'Add check file' || echo "No changes to commit"
Expand Down

0 comments on commit cc3f1d5

Please sign in to comment.