mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #322] actions-checkout@v1 failure #228
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#228
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lrettig on GitHub (Jul 27, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/322
Hello,
I have a workflow that contains the following job:
I get the following error when I try to run this:
Here's a full log for this job:
@benwinding commented on GitHub (Aug 17, 2020):
The error message is very unclear, but it seems to refer to the action (from a step) and it's
metadata.yamlfile:If you have access to the
action.yamlI was able to edit it, because it was a local github action (like this)
@github-actions[bot] commented on GitHub (Oct 17, 2020):
Issue is stale and will be closed in 7 days unless there is new activity
@akielbowicz commented on GitHub (Feb 23, 2021):
Had a similar error but on an action that I didn't own :( . Hope that it's resolved with #339
@TAnas0 commented on GitHub (Jun 9, 2021):
@akielbowicz I don't think it has been resolved with that PR. I am using the currently most recent realease
0.2.22and still facing the same error on the checkout action.To be more precise, it is referencing this YAML file https://github.com/actions/checkout/blob/releases/v1/action.yml which is lacking the
runs.usingattribute.If you use the
v2in your Github Action YAML (- uses: actions/checkout@v2), you can get rid of the error message.I am not sure if
actwants to support thev1or if it is relevant to #339, I am leaving this here if someone faces the same issue@catthehacker commented on GitHub (Aug 17, 2021):
actions/checkout@v1is using a plugin, which is something exclusive to GitHub runners. There are no plans to support that version sincev2works fine.@manoadamro commented on GitHub (May 18, 2022):
same thing today with
actions/checkout@v3@catthehacker commented on GitHub (May 18, 2022):
Please open new issue which is definitely a different issue