Skip to content

Commit

Permalink
Fix nasa#487, added -f to rm for the components
Browse files Browse the repository at this point in the history
  • Loading branch information
havencarlson committed Jun 10, 2022
1 parent 325bf9e commit 383a2a0
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 383a2a0

Please sign in to comment.