Skip to content

Commit

Permalink
ci(vrt): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssssota committed May 4, 2024
1 parent b1ff5b3 commit 28d7cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- if: steps.git-diff.outcome == 'failure'
run: |
set -x
gh pr checkout ${{ github.event.number }}
git remote set-url origin https://github-actions:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
Expand Down

0 comments on commit 28d7cc5

Please sign in to comment.