mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #1185] Dry run results in RTE for a simple workflow & custom action. #660
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#660
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 @tamingchaos on GitHub (May 26, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1185
Bug report info
act version: 0.2.26
GOOS: darwin
GOARCH: amd64
NumCPU: 8
Docker host: DOCKER_HOST environment variable is unset/empty.
Sockets found:
/var/run/docker.sock
Config files:
/Users/carl/.actrc:
-P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest
-P ubuntu-20.04=ghcr.io/catthehacker/ubuntu:act-20.04
-P ubuntu-18.04=ghcr.io/catthehacker/ubuntu:act-18.04
Docker Engine:
Engine version: 20.10.8
Engine runtime: runc
Cgroup version: 1
Cgroup driver: cgroupfs
Storage driver: overlay2
Registry URI: https://index.docker.io/v1/
OS: Docker Desktop
OS type: linux
OS version:
OS arch: x86_64
OS kernel: 5.10.47-linuxkit
OS CPU: 4
OS memory: 1985 MB
Security options:
name=seccomp,profile=default
Command used with act
Describe issue
dry-run results in runtime exception:
Link to GitHub repository
https://github.com/thetownfool/act-error-example
Workflow content
Relevant log output
Additional information
No response
@ChristopherHX commented on GitHub (May 29, 2022):
This is a duplicate of https://github.com/nektos/act/issues/1140, RTE fixed by https://github.com/nektos/act/pull/1141.
uses: ./.github/actions/mockwill result in a file not found error, I'm not shure how local actions should be handled in a DRYRUN.