Parcourir la source

ci: make powershell happy

ayn2op il y a 1 an
Parent
commit
9cd784ef50
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. 1 5
      .github/workflows/ci.yml

+ 1 - 5
.github/workflows/ci.yml

@@ -32,8 +32,4 @@ jobs:
         env:
           GH_TOKEN: ${{ secrets.PAT }}
         run: |
-          gh api \
-            --method POST \
-            -H "Accept: application/vnd.github+json" \
-            /repos/vvirtues/bucket/dispatches \
-            -f "event_type=discordo-ci-completed"
+          gh api --method POST -H "Accept: application/vnd.github+json" -f "event_type=discordo-ci-completed" /repos/vvirtues/bucket/dispatches