Skip to content

Commit

Permalink
Merge branch 'dominik/tag-and-merge' into dominik/test-base-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Feb 1, 2024
2 parents 2c1cbb2 + ac76a2b commit bccb07f
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/code_freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,13 @@ jobs:
TASK_BODY: "Build is ready. Repository is tagged with ${{ needs.tag_and_merge.outputs.tag }} tag. Branch is merged to main."
WORKFLOW_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
run: |
$(curl -fLSs "https://app.asana.com/api/1.0/tasks/${TASK_ID}/stories" \
-H "Authorization: Bearer ${ASANA_ACCESS_TOKEN}" \
-H 'content-type: application/json' \
--write-out '%{http_code}' \
--output /dev/null \
-d "{
\"data\": {
\"text\": \"${TASK_BODY}\n\nWorkflow URL: ${WORKFLOW_URL}\"
}
}
")
curl -fLSs "https://app.asana.com/api/1.0/tasks/${TASK_ID}/stories" \
-H "Authorization: Bearer ${ASANA_ACCESS_TOKEN}" \
-H 'content-type: application/json' \
--write-out '%{http_code}' \
--output /dev/null \
-d "{
\"data\": {
\"text\": \"${TASK_BODY}\n\nWorkflow URL: ${WORKFLOW_URL}\"
}
}"

0 comments on commit bccb07f

Please sign in to comment.