We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abcde36 commit 2b4e3f0Copy full SHA for 2b4e3f0
.github/workflows/main.yml
@@ -11,4 +11,4 @@ jobs:
11
12
steps:
13
- name: Trigger publish
14
- run: curl -X POST -H "Authorization: token ${{ secrets.TRIGGER_TOKEN }}" -H "Accept: application/vnd.github.v3+json" --data '{"event_type": "publish"}' https://api.github.com/repos/clojure/clojure-org-style/dispatches
+ run: curl -X POST -H "Authorization:token ${{ secrets.TRIGGER_TOKEN }}" -H "Accept:application/vnd.github.v3+json" --data '{"event_type": "publish"}' https://api.github.com/repos/clojure/clojure-org-style/dispatches
0 commit comments