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 f38bf67 commit ec7ab00Copy full SHA for ec7ab00
.github/workflows/release_deploy.yml
@@ -31,4 +31,4 @@ jobs:
31
-H "Authorization: Bearer ${{ secrets.Publish_Chocolatey }}" \
32
https://api.github.com/repos/Flow-Launcher/chocolatey-package/dispatches \
33
-d '{"event_type":"publish"}')
34
- if [ "$http_status" -ne 204 ]; then echo "Error: Publish Chocolatey Packaged failed, HTTP status code is $http_status"; exit 1; fi
+ if [ "$http_status" -ne 204 ]; then echo "Error: Publish Chocolatey package failed, HTTP status code is $http_status"; exit 1; fi
0 commit comments