Skip to content

Commit be2e1b0

Browse files
committed
[static] .
Signed-off-by: Nicu Reut <nicu.reut@digitalasset.com>
1 parent 46b4d14 commit be2e1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cluster_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
run: |
4040
set -euo pipefail
4141
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")
42+
"${{ secrets.CLUSTER_TEST_INVOKER_URL }}?workflow=${{ inputs.workflow }}&splice-git-ref=${{ inputs.sha }}")
4343
echo "result=$result" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)