Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
chore: fix github action. hope it runs
Browse files Browse the repository at this point in the history
  • Loading branch information
mnacamura committed Dec 22, 2021
1 parent 5c8612b commit 0475044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-upstream-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: fish-actions/[email protected]
- run: |
git remote add upstream https://github.com/PatrickF1/fzf.fish.git
git fetch upstream main
git fetch --unshallow upstream main
git merge --no-ff upstream/main
git checkout upstream/main -- ':!tools/' ':!.github/'
fish tools/fzf2sk.fish
Expand Down

0 comments on commit 0475044

Please sign in to comment.