Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmeneses committed Dec 12, 2023
1 parent 89f17ae commit 2154f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Clean the workspace
uses: docker://alpine
with:
args: /bin/sh -c "rm -rf \"${GITHUB_WORKSPACE}\"/..?* \"${GITHUB_WORKSPACE}\".[!.]* \"${GITHUB_WORKSPACE}\"*"
args: /bin/sh -c "rm -rf \"${GITHUB_WORKSPACE}\"/.* || rm -rf \"${GITHUB_WORKSPACE}\"*"
- uses: actions/checkout@v3
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
Expand Down

0 comments on commit 2154f3b

Please sign in to comment.