Skip to content

Commit

Permalink
chore: tbs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaklygin committed Jul 13, 2023
1 parent 6af23a3 commit eb70a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-jira-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
RESPONSE=$(curl \
--request POST \
--url "${JIRA_BASE_URL}/jira/deployments/0.1/cloud/${{ steps.get-cloud-id.outputs.CLOUD_ID }}/bulk" \
--url "https://api.atlassian.com/jira/deployments/0.1/cloud/${{ steps.get-cloud-id.outputs.CLOUD_ID }}/bulk" \
--header "Authorization: Basic ${AUTH}" \
--header "Accept: application/json" \
--header "Content-Type: application/json" \
Expand Down

0 comments on commit eb70a59

Please sign in to comment.