-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Issue: The name of the repo is duplicated in github.action_path
#708
Labels
kind/bug
Something isn't working
meta/resolved
Issue has been fixed or valid solution has been provided (not workaround)
Comments
ChristopherHX
added a commit
to ChristopherHX/act
that referenced
this issue
May 28, 2021
Remove invalid workaround for local composite action Resolves nektos#708
ChristopherHX
added a commit
to ChristopherHX/act
that referenced
this issue
May 28, 2021
Remove invalid workaround for local composite action Resolves nektos#708
ChristopherHX
added a commit
to ChristopherHX/act
that referenced
this issue
May 29, 2021
Skips docker cp for local actions and use their correct path Allow cloning local actions where you wish Defines GITHUB_ACTION_PATH also for nodejs actions Evaluate Env of composite action Evaluate Run of composite action correctly Evaluate Shell of composite action Evaluate WorkingDirectory of composite action Resolves nektos#664 Resolves nektos#707 Resolves nektos#708 Replaces nektos#709
ChristopherHX
added a commit
to ChristopherHX/act
that referenced
this issue
May 29, 2021
Skips docker cp for local actions and use their correct path Allow cloning local actions where you wish Defines GITHUB_ACTION_PATH also for nodejs actions Evaluate Env of composite action Evaluate Run of composite action correctly Evaluate Shell of run step Evaluate WorkingDirectory of run step Resolves nektos#640 Resolves nektos#664 Resolves nektos#707 Resolves nektos#708 Replaces nektos#709
This was referenced May 29, 2021
Sorry about that. I thought I'd eventually fixed that. (Partially a hazard of testing an action where the org and repository have the same name.) |
catthehacker
added
the
meta/resolved
Issue has been fixed or valid solution has been provided (not workaround)
label
Aug 17, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Something isn't working
meta/resolved
Issue has been fixed or valid solution has been provided (not workaround)
Act version
(As of writing this issue, the latest commit on master)
Expected behaviour
The variable
${{ github.action_path }}
should contain the actual path of the cloned repo.Actual behaviour
The repo of the action is cloned to
but the variable
${{ github.action_path }}
containsso we get the error
Workflow and/or repository
Steps to reproduce
.github/workflows/example.yaml
act -W .github/workflows/example.yaml
act
outputShort Log
Verbose Log
The text was updated successfully, but these errors were encountered: