Skip to content

Commit

Permalink
Remove trailing whitespace from task URL in PR Task URL workflow (#3922)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1203301625297703/1209311684037783

**Steps to test this PR**:
Verify that this task is properly added to App Board by automation.
  • Loading branch information
ayoy authored Feb 4, 2025
1 parent 112c7fa commit 0001eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-pr-task-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
task_id=$(grep -i "task/issue url.*https://app.asana.com/" <<< "$BODY" \
| sed -E 's|.*https://(.*)|\1|' \
| cut -d '/' -f 4)
echo "task_id=$task_id" >> $GITHUB_OUTPUT
echo "task_id=${task_id//[^0-9]/}" >> $GITHUB_OUTPUT
- name: Check App Board Project Membership
id: check-board-membership
Expand Down

0 comments on commit 0001eaf

Please sign in to comment.