Skip to content

Commit

Permalink
Struggling with bash
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Dec 8, 2023
1 parent df6647f commit b4f6263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Get Asana task ID from description
id: get-asana-task-id
run: echo "task-id=${ $${{ github.event.pull_request.body }} | grep 'Task.*URL.*asana.*' | awk '{ print $3; }' }" >> $GITHUB_OUTPUT
run: echo "task-id=$( echo "$${{ github.event.pull_request.body }}" | grep 'Task.*URL.*asana.*' | awk '{ print $3; }' )" >> $GITHUB_OUTPUT

- name: Add Asana task to Project
uses: duckduckgo/native-github-asana-sync@v1.0
Expand Down

0 comments on commit b4f6263

Please sign in to comment.