mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #234] Support v1 being a branch #160
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#160
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 @eregon on GitHub (May 13, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/234
Just like GitHub Actions supports using
my/action@branch.Same as https://github.com/nektos/act/issues/101#issuecomment-628281226 but a new issue as that one was closed.
@github-actions[bot] commented on GitHub (Jul 14, 2020):
Issue is stale and will be closed in 7 days unless there is new activity
@eregon commented on GitHub (Jul 14, 2020):
Not stale (AFAIK).
@eregon commented on GitHub (Jul 17, 2020):
BTW I noticed the template for JS actions recommends a
v1branch:https://github.com/actions/javascript-action#create-a-release-branch
@github-actions[bot] commented on GitHub (Sep 16, 2020):
Issue is stale and will be closed in 7 days unless there is new activity
@eregon commented on GitHub (Sep 16, 2020):
Not stale (AFAIK).
@jeffdoolittle commented on GitHub (Oct 7, 2020):
I'd really like to see this working as well.
@Sheeri commented on GitHub (Oct 16, 2020):
+1
@tadman commented on GitHub (Nov 11, 2020):
Keep bumping into this when trying to use a common action:
Here
v1is a branch, not a tag.@cristianmtr commented on GitHub (Nov 13, 2020):
Is there at least a workaround for this?
I am trying
and get
Unable to resolve v1: reference not found@github-actions[bot] commented on GitHub (Jan 13, 2021):
Issue is stale and will be closed in 7 days unless there is new activity
@eregon commented on GitHub (Jan 13, 2021):
Not stale.
@lufia commented on GitHub (Jan 15, 2021):
@eregon I think this has probably fixed at current main branch sources. Have a try.
@github-actions[bot] commented on GitHub (Feb 19, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@TheCleric commented on GitHub (Feb 19, 2021):
Not stale.
@github-actions[bot] commented on GitHub (Mar 22, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@TheCleric commented on GitHub (Mar 22, 2021):
Not stale.
@catthehacker commented on GitHub (Apr 2, 2021):
This should have been fixed already by #433.