Skip to content

Commit

Permalink
Update web workflow to use external origin (#3420)
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar authored Jan 7, 2025
1 parent 3566fca commit b35dfd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git remote set-url origin https://github.com/${{ github.repository }}
$status = git status --porcelain
if ($status) {
Expand Down

0 comments on commit b35dfd1

Please sign in to comment.