Skip to content

Commit

Permalink
ua update
Browse files Browse the repository at this point in the history
  • Loading branch information
emalzer committed May 22, 2023
1 parent 3cc00ef commit 26ee97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
-o response.json \
-F "token=${TOKEN}" \
-F "ref=${REF_NAME}" \
${USER_AGENT} \
-A "${USER_AGENT}" \
${variable_args} \
${URL}/api/v4/projects/${PROJECT_ID}/trigger/pipeline
# Call webhook
Expand All @@ -47,7 +47,7 @@ jobs:
-o response.json \
-F "token=${TOKEN}" \
-F "ref=${REF_NAME}" \
${USER_AGENT} \
-A "${USER_AGENT}" \
${variable_args} \
${URL}/api/v4/projects/${PROJECT_ID}/trigger/pipeline
# Print and parse json
Expand Down

0 comments on commit 26ee97e

Please sign in to comment.