Skip to content

Commit

Permalink
oops lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Mar 28, 2024
1 parent 40e1310 commit 52cca62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
bash -c "$(curl -fsSL https://raw.githubusercontent.com/oklopfer/pacstall-programs/5.0.0-converter/conv.sh)" \
&& echo "Success!" \
|| echo "Failure!"; exit 1
|| { echo "Failure!"; exit 1 }
- name: Commit and Push
run: |
Expand Down

0 comments on commit 52cca62

Please sign in to comment.