Skip to content

Commit

Permalink
Fix GitHub repository name (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron authored Apr 30, 2024
1 parent 33b47f7 commit 8a60f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/asana-create-pr-subtask/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ runs:
echo "Error: Failed to get Asana user ID for GitHub user ${{ inputs.github-reviewer-user }}"
exit 1
else
${{ github.action_path }}/asana-create-pr-subtask.sh ${{ inputs.asana-task-id }} ${{ steps.get-asana-user-id.outputs.user-id }} ${{ steps.get-pr-url.outputs.url }} ${{ github.repository_name }}
${{ github.action_path }}/asana-create-pr-subtask.sh ${{ inputs.asana-task-id }} ${{ steps.get-asana-user-id.outputs.user-id }} ${{ steps.get-pr-url.outputs.url }} ${{ github.event.repository.name }}
fi

0 comments on commit 8a60f9d

Please sign in to comment.