Skip to content

Commit

Permalink
fix spell
Browse files Browse the repository at this point in the history
  • Loading branch information
feisuzhu committed Jan 6, 2023
1 parent a9e6506 commit 7d386bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- name: Workaround checkout Needed single revision issue
run: |
git submodules foreach 'git rev-parse HEAD > /dev/null 2>&1 || rm -rf $PWD'
git submodule foreach 'git rev-parse HEAD > /dev/null 2>&1 || rm -rf $PWD'
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 7d386bf

Please sign in to comment.