Skip to content

Commit

Permalink
Update cy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zdmano committed Sep 30, 2021
1 parent bc7847c commit b7a48e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set fix version
run: |
IFS=',' read -ra KEYS <<< "${{ steps.jira_keys.outputs.jira-keys }}" | for id in "${KEYS[@]}"; do curl -X POST -H 'Content-type: application/json' --data '{'{"issues": ["$id"] }'}' https://automation.atlassian.com/pro/hooks/fd9968e7a52227b00fcdb938c9097370894fa09f; done
IFS=',' read -ra KEYS <<< "${{ steps.jira_keys.outputs.jira-keys }}"; for id in "${KEYS[@]}"; do curl -X POST -H 'Content-type: application/json' --data '{'{"issues": ["$id"] }'}' https://automation.atlassian.com/pro/hooks/fd9968e7a52227b00fcdb938c9097370894fa09f; done

0 comments on commit b7a48e5

Please sign in to comment.