We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfe6c1 commit abcde36Copy full SHA for abcde36
1 file changed
.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