Skip to content

Commit

Permalink
ci(merge-upstream): Remove the remote before running create-pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Sep 24, 2023
1 parent bc43210 commit c18ff9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/merge-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
git config --add user.email '6270544+github-actions[bot]@users.noreply.github.com'
nix run .#update-recipes --no-write-lock-file -- upstream/master
# A workaround to prevent from unknown revision error in create-pull-request
- run: git remote rm upstream

- name: Create a pull request
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit c18ff9b

Please sign in to comment.