Skip to content

Commit

Permalink
test ci 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoneerC committed Sep 23, 2024
1 parent 596e64b commit 6c9f35c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/butler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
uses: actions/checkout@v2

- name: Discard uncommitted changes
run: git reset --hard
run: |
git reset --hard
git clean -fd
- name: Install Butler
run: |
Expand Down

0 comments on commit 6c9f35c

Please sign in to comment.