Skip to content

Commit

Permalink
no -s
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jan 28, 2024
1 parent 605dcf2 commit 55913a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ runs:
if: ${{inputs.pr_comment != 'true' && inputs.destroy != 'true'}}
shell: bash
run: |
curl -sLk --fail \
curl -Lk --fail \
-X POST \
-x "${{ inputs.http_proxy }}" \
-H 'Content-Type: application/json' \
Expand All @@ -102,7 +102,7 @@ runs:
if: ${{inputs.pr_comment == 'true' && github.event_name == 'pull_request' && steps.branch-name.outputs.base_ref_branch != ''}}
shell: bash
run: |
response=$(curl -sLk \
response=$(curl -Lk \
-X GET \
-x "${{ inputs.http_proxy }}" \
-H 'Content-Type: application/json' \
Expand Down Expand Up @@ -130,7 +130,7 @@ runs:
if: ${{inputs.destroy == 'true'}}
shell: bash
run: |
curl -sLk --fail \
curl -Lk --fail \
-X POST \
-x "${{ inputs.http_proxy }}" \
-H 'Content-Type: application/json' \
Expand Down

0 comments on commit 55913a7

Please sign in to comment.