From b7a48e58c7350894c771c8826feb1f0644d2279a Mon Sep 17 00:00:00 2001 From: Daniel M Date: Thu, 30 Sep 2021 16:59:05 +0300 Subject: [PATCH] Update cy.yml --- .github/workflows/cy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cy.yml b/.github/workflows/cy.yml index f2d8498..ae4ba3f 100644 --- a/.github/workflows/cy.yml +++ b/.github/workflows/cy.yml @@ -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