File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 99 sha :
1010 type : string
1111 required : true
12- public_splice :
13- type : boolean
14- required : false
1512
1613 outputs :
1714 result :
4239 run : |
4340 set -euo pipefail
4441 result=$(curl -sSfL -H "Authorization: Bearer ${{ steps.auth.outputs.id_token }}" \
45- "${{ secrets.CLUSTER_TEST_INVOKER_URL }}?workflow=${{ inputs.workflow }}&splice-git-ref=${{ inputs.sha }}&public-splice=${{ inputs.public_splice }} ")
42+ "${{ secrets.CLUSTER_TEST_INVOKER_URL }}?workflow=${{ inputs.workflow }}&splice-git-ref=${{ inputs.sha }}&public-splice=true ")
4643 echo "result=$result" >> "$GITHUB_OUTPUT"
Original file line number Diff line number Diff line change 3333 with :
3434 workflow : cluster_test
3535 sha : ${{ needs.get_head.outputs.sha }}
36- public_splice : ${{ github.repository == 'hyperledger-labs/splice' }}
3736
3837 result :
3938 runs-on : self-hosted-docker-tiny
5453 with :
5554 workflow : hdm_test
5655 sha : ${{ needs.get_head.outputs.sha }}
57- public_splice : ${{ github.repository == 'hyperledger-labs/splice' }}
5856
5957 result_hdm :
6058 runs-on : self-hosted-docker-tiny
You can’t perform that action at this time.
0 commit comments