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 f603692 commit 0fa2901Copy full SHA for 0fa2901
1 file changed
.github/workflows/release.yml
@@ -220,4 +220,4 @@ jobs:
220
- name: Trigger Release Monitoring Check
221
run: |
222
sleep 20
223
- curl -X POST https://release-monitoring.org/api/v2/versions/ -H "Authorization: token ${{ secrets.RELEASE_MONITORING_TOKEN }}" -H 'Content-Type: application/json' -d '{"id": "376393"}'
+ curl -X POST https://release-monitoring.org/api/v2/versions/ -H "Authorization: token ${{ secrets.RELEASE_MONITORING_TOKEN }}" -H 'Content-Type: application/json' -d '{"id": "376393", "dry_run": "false"}'
0 commit comments