Skip to content

Commit

Permalink
Fix #487, force remove old submodule directory in CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
havencarlson committed Jun 14, 2022
1 parent 561b128 commit a3047ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
git log -1 --pretty=oneline
git submodule
rm -r .git
rm -r ${{ inputs.component-path }}
rm -rf ${{ inputs.component-path }}
ln -s ${{github.workspace}} ${{ inputs.component-path }}
Expand Down

0 comments on commit a3047ad

Please sign in to comment.