소스 검색

ci: add newline at the end

ayn2op 1 년 전
부모
커밋
2f73e99467
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .github/workflows/ci.yml

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

@@ -31,5 +31,4 @@ jobs:
         if: ${{ runner.os == 'Windows' && github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
         env:
           GH_TOKEN: ${{ secrets.PAT }}
-        run: |
-          gh api --method POST -H "Accept: application/vnd.github+json" -f "event_type=discordo-ci-completed" /repos/vvirtues/bucket/dispatches
+        run: gh api --method POST -H "Accept: application/vnd.github+json" -f "event_type=discordo-ci-completed" /repos/vvirtues/bucket/dispatches