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 908353d commit 552efb2Copy full SHA for 552efb2
.github/workflows/docker-release.yml
@@ -62,10 +62,7 @@ jobs:
62
REPOSITORY: opf/helm-charts
63
WORKFLOW_ID: core_release.yml
64
run: |
65
- # FIXME: re-enable once workflows are confirmed to be doing the right thing
66
- echo "Would have triggered helm charts release with tag: ${{ needs.compute-inputs.outputs.tag }}"
67
- exit 0
68
curl -i --fail-with-body -H"authorization: Bearer $TOKEN" \
69
-XPOST -H"Accept: application/vnd.github.v3+json" \
70
https://api.github.com/repos/$REPOSITORY/actions/workflows/$WORKFLOW_ID/dispatches \
71
- -d '{"ref": "main", "inputs": { "tag" : "${{ needs.compute-inputs.outputs.tag }}" }}'
+ -d '{"ref": "main", "inputs": { "tag" : "${{ needs.compute-inputs.outputs.tag }}" }}'
0 commit comments