From 383a2a0c1f2e3d3577a54b028ad92c69796bfb66 Mon Sep 17 00:00:00 2001 From: havencarlson Date: Fri, 10 Jun 2022 09:55:40 -0400 Subject: [PATCH] Fix #487, added -f to rm for the components --- .github/workflows/codeql-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-reusable.yml b/.github/workflows/codeql-reusable.yml index 091df690e..cb8d97183 100644 --- a/.github/workflows/codeql-reusable.yml +++ b/.github/workflows/codeql-reusable.yml @@ -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 }}