Skip to content

Commit b19a61e

Browse files
CCM-11061: Test PR
1 parent 039c9f7 commit b19a61e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_create_dynamic_env.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
}
4646
}')
4747
48-
curl --fail -L -s \
48+
curl --fail -L \
4949
-X POST \
5050
-H "Accept: application/vnd.github+json" \
5151
-H "Authorization: Bearer ${{ secrets.PR_TRIGGER_PAT }}" \
@@ -91,7 +91,7 @@ jobs:
9191
# Wait for workflow completion
9292
while true; do
9393
sleep 10
94-
response=$(curl -s -L \
94+
response=$(curl -L \
9595
-H "Authorization: Bearer ${{ secrets.PR_TRIGGER_PAT }}" \
9696
-H "Accept: application/vnd.github+json" \
9797
$workflow_run_url)

0 commit comments

Comments
 (0)