Skip to content

Commit

Permalink
Don't delete the GITHUB_WORKSPACE directory at the end
Browse files Browse the repository at this point in the history
There is something that requires nodejs in the Post Checkout step that is
executed be default, that expects the GITHUB_WORSPACE directory to be
present. So to avoid failure don't delete the GITHUB_WORKSPACE
directory.
  • Loading branch information
owenwaller committed Jan 15, 2024
1 parent 0521c70 commit 4f70381
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/gophercoders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@ jobs:
if: ${{ always() }}
run: |
rm -rf ~/.ssh
rm -rf ${{ github.workspace }} # aka the GITHUB_WORKSPACE env var set by Github. See: https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables

0 comments on commit 4f70381

Please sign in to comment.