From e60253e57a906a8b4daa444c2b65c7e4b86615e2 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Fri, 11 Mar 2022 11:47:44 -0500 Subject: [PATCH] Remove `.github/pkg.lock` when done --- setup-r-dependencies/action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup-r-dependencies/action.yaml b/setup-r-dependencies/action.yaml index d7b1cc7a7..e75436bc8 100644 --- a/setup-r-dependencies/action.yaml +++ b/setup-r-dependencies/action.yaml @@ -79,6 +79,8 @@ runs: } else { sessionInfo() } + ## Clean up lock file + unlink(".github/pkg.lock") cat("::endgroup::\n") shell: Rscript {0} working-directory: ${{ inputs.working-directory }}