Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Feb 3, 2024
1 parent 642bec9 commit 4ea0aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/asana-log-message/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
-H 'content-type: application/json' \
--write-out '%{http_code}' \
--output /dev/null \
-d "{ \"data\": { \"followers\": [ \"${{ steps.ASSIGNEE_ID}\" ] } }")
-d "{ \"data\": { \"followers\": [ \"${ASSIGNEE_ID}\" ] } }")
if [ $return_code -ne 200 ]; then
echo "::error::Failed to add a collaborator to the Asana task"
Expand Down

0 comments on commit 4ea0aee

Please sign in to comment.