mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #128] Running an action in its own repository results in an empty action name #88
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#88
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 @cedrickring on GitHub (Mar 6, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/128
act Version: 0.2.5
OS: macOS & Windows 10
When starting act in cedrickring/golang-action the Docker build fails with
Error: invalid reference format(Command:docker build -t act-:latest <workdir>).On this line the action name is becoming an empty string.
Steps to reproduce
act@cplee commented on GitHub (Mar 6, 2020):
Hey @cedrickring - i don't see that branch, can you push it up?
@cedrickring commented on GitHub (Mar 6, 2020):
Sorry, it's already merged into master.
@cplee commented on GitHub (Mar 6, 2020):
I see the problem, should be a quick fix in act to support
./for uses:https://github.com/cedrickring/golang-action/blob/master/.github/workflows/push.yml#L10
@cplee commented on GitHub (Mar 6, 2020):
fixed on
master. will cut a new release later today.