We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e250f commit 7030c21Copy full SHA for 7030c21
.github/workflows/publish.yml
@@ -56,5 +56,5 @@ jobs:
56
-H "Accept: application/vnd.github+json" \
57
-H "Authorization: Bearer ${{ secrets.PAT }}" \
58
-H "X-GitHub-Api-Version: 2022-11-28" \
59
- https://api.github.com/repos/ModLabsCC/$repo_name/actions/workflows/publish/dispatches \
+ https://api.github.com/repos/ModLabsCC/$repo_name/actions/workflows/publish.yml/dispatches \
60
-d "{\"ref\": \"main\", \"inputs\": {\"kpaper_version\": \"$kpaper_version\"}}"
0 commit comments