Open
Description
We are experiencing the same (or similar) issue with our setup:
- name: Checkout
uses: actions/checkout@v4
with:
sparse-checkout: |
./.github/actions/compute-jobs
- name: 'Compute jobs'
id: jobs
uses: ./.github/actions/compute-jobs
The step Checkout
finishes successfully, but Compute jobs
fails with:
Error: Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/_work/repo/repo/.github/actions/compute-jobs'. Did you forget to run actions/checkout before running your local action?
We started to experience this when we upgraded to actions/runner:v2.320.0
.
_Publicado originalmente por @valentindeaconu en actions#1976 (comment)
Metadata
Metadata
Assignees
Labels
No labels