Skip to content

Commit

Permalink
main.yml: Use rm -rf * for cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Mar 17, 2024
1 parent 2e5f2a7 commit 33faee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Cleanup
uses: rokibhasansagar/slimhub_actions@main
run: rm -rf *
- name: Install repo tool
run: |
sudo apt-get update
Expand Down

0 comments on commit 33faee6

Please sign in to comment.