Skip to content

Commit 8d781fc

Browse files
committed
update dispatch hook
1 parent bc5f0ad commit 8d781fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Trigger publish
13-
run: curl -XPOST -u "${{ secrets.GIT_CREDENTIALS }}" -H "Accept:application/vnd.github" -H "Content-Type:application/json" https://api.github.com/repos/clojure/clojure-org-style/main.yml/dispatches --data '{"event_type": "publish"}'
13+
run: curl -XPOST -u "${{ secrets.GIT_CREDENTIALS }}" -H "Accept:application/vnd.github" -H "Content-Type:application/json" https://api.github.com/repos/clojure/clojure-org-style/dispatches

0 commit comments

Comments
 (0)