Skip to content

Commit

Permalink
chore: tbs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaklygin committed Jul 12, 2023
1 parent f225c1c commit 6409e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-jira-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ jobs:
RESPONSE=$(curl --silent \
--request POST \
--url "https://api.atlassian.com/jira/deployments/0.1/cloud/${{ steps.get-cloud-id.output.CLOUD_ID }}/bulk" \
--header "Authorization: Bearer ${{ steps.get-access-token.output.ACCESS_TOKEN }}" \
--url "https://api.atlassian.com/jira/deployments/0.1/cloud/${{ steps.get-cloud-id.outputs.CLOUD_ID }}/bulk" \
--header "Authorization: Bearer ${{ steps.get-access-token.outputs.ACCESS_TOKEN }}" \
--header "Accept: application/json" \
--header "Content-Type: application/json" \
--data '{
Expand Down

0 comments on commit 6409e63

Please sign in to comment.