Closed aulorbe closed 4 months ago
I accidentally pointed towards the action file itself, rather than its dir.
Point to its dir in the relative path (./.github/actions/setup, not ./.github/actions/setup/action.yml).
./.github/actions/setup
./.github/actions/setup/action.yml
Problem
I accidentally pointed towards the action file itself, rather than its dir.
Solution
Point to its dir in the relative path (
./.github/actions/setup
, not./.github/actions/setup/action.yml
).Type of Change