Skip to content

Commit

Permalink
ci: fix typo within rebase command
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Aug 29, 2024
1 parent d9a9151 commit 84eec65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Source rebase
id: rebase
run: git pull --auto-stash --rebase
run: git pull --autostash --rebase

- name: Commit changes
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 84eec65

Please sign in to comment.