mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #538] Issue: Act running on macos cannot resolve "v1" branch of actions/setup-java@v1 #362
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#362
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 @sophiederosa on GitHub (Feb 19, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/538
Act version
Expected behaviour
I would expect Act to be able to locate the v1 tag, since it works fine in Actions
Actual behaviour
Error: Unable to resolve v1: reference not found
Workflow and/or repository
workflow
Steps to reproduce
actoutputLog
@lufia commented on GitHub (Feb 24, 2021):
I will check this bug within next week.
@TheScriptingGuy commented on GitHub (Feb 25, 2021):
I'm having the same issue!

@catthehacker commented on GitHub (Feb 26, 2021):
@TheScriptingGuy can you provide more info/repro?
@TheScriptingGuy commented on GitHub (Feb 26, 2021):
@catthehacker it's basically the same error.
I've included the info below
#Act version
act version 0.2.20
#Expected behaviour
I would expect Act to be able to locate the v1 tag, since it works fine in Actions
#Actual behaviour
Error: Unable to resolve v1: reference not found
#Workflow and/or repository
workflow
#Steps to reproduce
##input (workflow)
##act output
@sophiederosa commented on GitHub (Mar 5, 2021):
Hey! Just wondering if there is any movement on this issue?
@ottumm commented on GitHub (Mar 25, 2021):
I'm also running into this with act version 0.2.20 and the following workflow file:
@catthehacker commented on GitHub (Mar 26, 2021):
Seems like this issue occurs when actions cache gets corrupted.
Running on MacOS/Linux:
rm -rf ~/.cache/act/| Windows PowerShell:rm -re -fo ~/.cache/act/and retrying should fix the issue.@catthehacker commented on GitHub (Apr 9, 2021):
Fixed via #595