Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotsykes committed Feb 24, 2024
1 parent fb18beb commit ac149ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Create branch
run: git checkout --branch submodules-update-${{ github.event.created_at }}
run: git checkout -b submodules-update-${{ github.event.created_at }}

- name: Run submodule updates
run: git submodule update --remote --merge --jobs 4
Expand Down

0 comments on commit ac149ae

Please sign in to comment.