We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b4d14 commit be2e1b0Copy full SHA for be2e1b0
.github/workflows/cluster_tests.yml
@@ -39,5 +39,5 @@ jobs:
39
run: |
40
set -euo pipefail
41
result=$(curl -sSfL -H "Authorization: Bearer ${{ steps.auth.outputs.id_token }}" \
42
- "${{ secrets.CLUSTER_TEST_INVOKER_URL }}?workflow=${{ inputs.workflow }}&splice-git-ref=${{ inputs.sha }}&public-splice=true")
+ "${{ secrets.CLUSTER_TEST_INVOKER_URL }}?workflow=${{ inputs.workflow }}&splice-git-ref=${{ inputs.sha }}")
43
echo "result=$result" >> "$GITHUB_OUTPUT"
0 commit comments