Skip to content

Commit

Permalink
add and test cleanup repo
Browse files Browse the repository at this point in the history
  • Loading branch information
efeyazgan committed Jan 15, 2024
1 parent ae8ff3b commit 1069650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: 'Cleanup build folder'
- name: Cleanup build folder
run: |
ls -la ./
rm -rf ./* || true
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: 'Cleanup build folder'
- name: Cleanup build folder
run: |
ls -la ./
rm -rf ./* || true
Expand Down

0 comments on commit 1069650

Please sign in to comment.