Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.1 no longer runs properly and errors out #29

Closed
zeshuaro opened this issue Aug 25, 2024 · 6 comments · Fixed by #30
Closed

v2.1 no longer runs properly and errors out #29

zeshuaro opened this issue Aug 25, 2024 · 6 comments · Fixed by #30
Assignees
Labels
bug Something isn't working

Comments

@zeshuaro
Copy link

Like the title describes, v2.1 (and latest v2) no longer runs. See here for sample GitHub Actions logs and below for the error:

Error: Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/firestore_cache/firestore_cache/config-action'. Did you forget to run actions/checkout before running your local action?

While the error suggests I might not have run actions/checkout, I haven't made any changes to my workflow and would still have run checkout.

@3lVv0w
Copy link

3lVv0w commented Aug 25, 2024

got the same issues

@twogood
Copy link

twogood commented Aug 25, 2024

As a workaround I changed my workflows to use version 2.0

image

@kuhnroyal
Copy link
Owner

Ouch, don't understand yet, why this works in tests but not in other repos.

@kuhnroyal
Copy link
Owner

I reverted the v2 tag for now to point to v2.0.

@kuhnroyal kuhnroyal added the bug Something isn't working label Aug 25, 2024
@kuhnroyal kuhnroyal self-assigned this Aug 25, 2024
@kuhnroyal
Copy link
Owner

Seem that what I did try here is not yet supported...
actions/runner#1348
actions/runner#1684

@kuhnroyal
Copy link
Owner

This should work now on v2.2, please test and let me know if anything else fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants