Skip to content

Commit

Permalink
Try autostash to remove unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tigloo committed Jul 25, 2024
1 parent 1103e81 commit 64958af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile_fetch_token.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: EndBug/add-and-commit@v9
with:
add: 'fetch_token/fetch_token.macos.bin'
pull: '--rebase'
pull: '--rebase --autostash'
build-linux:
runs-on: ubuntu-latest
steps:
Expand All @@ -57,4 +57,4 @@ jobs:
uses: EndBug/add-and-commit@v9
with:
add: 'fetch_token/fetch_token.linux.bin'
pull: '--rebase'
pull: '--rebase --autostash'

0 comments on commit 64958af

Please sign in to comment.