Skip to content

Commit

Permalink
remove unnecessary arg to webhook.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
PikalaxALT committed Oct 15, 2023
1 parent b09463c commit 30bdd50
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 @@ -40,7 +40,7 @@ jobs:
env:
arm9name: build/
run: |
.github/calcrom/webhook.sh "$CALCROM_WEBHOOK_URL" "$GITHUB_WORKSPACE/build/main.nef.xMAP"
.github/calcrom/webhook.sh "$CALCROM_WEBHOOK_URL"
continue-on-error: true

- name: Post error archive
Expand Down

0 comments on commit 30bdd50

Please sign in to comment.