Skip to content

Commit

Permalink
Update web workflow to use external origin
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar committed Jan 6, 2025
1 parent 20af225 commit c6dc26e
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 c6dc26e

Please sign in to comment.