Skip to content

Commit

Permalink
ci: fetch origin explicitly in sync job again
Browse files Browse the repository at this point in the history
  • Loading branch information
josedev-union committed Jan 20, 2024
1 parent f7710cd commit d8b4205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
echo "Resetting origin to: https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY"
git remote set-url origin "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY"
git fetch origin --quiet
echo "Fetching upstream"
git remote add tmp_upstream ${{ env.UPSTREAM_REPO }}
Expand Down

0 comments on commit d8b4205

Please sign in to comment.