You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
act version: 0.2.70
GOOS: linux
GOARCH: amd64
NumCPU: 24
Docker host: unix:///run/user/1002//podman/podman.sock
Sockets found:
/var/run/docker.sock(broken)
$XDG_RUNTIME_DIR/podman/podman.sock
Config files:
/home/xx/.config/act/actrc:
-P ubuntu-latest=catthehacker/ubuntu:act-latest
-P ubuntu-22.04=catthehacker/ubuntu:act-22.04
-P ubuntu-20.04=catthehacker/ubuntu:act-20.04
-P ubuntu-18.04=catthehacker/ubuntu:act-18.04
Build info:
Go version: go1.21.13
Module path: github.com/nektos/act
Main version: (devel)
Main path: github.com/nektos/act
Main checksum:
Build settings:
-buildmode: exe
-compiler: gc
-ldflags: -s -w -X main.version=0.2.70 -X main.commit=9c7f103bb39f11430f58c1a68d5629a42e6d56a1 -X main.date=2024-12-01T02:37:38Z -X main.builtBy=goreleaser
CGO_ENABLED: 0
GOARCH: amd64
GOOS: linux
GOAMD64: v1
vcs: git
vcs.revision: 9c7f103bb39f11430f58c1a68d5629a42e6d56a1
vcs.time: 2024-12-01T02:37:19Z
vcs.modified: false
Docker Engine:
Engine version: 4.9.3
Engine runtime: crun
Cgroup version: 1
Cgroup driver: cgroupfs
Storage driver: overlay
Registry URI:
OS: ubuntu
OS type: linux
OS version: 24.04
OS arch: amd64
OS kernel: 5.15.167.4-microsoft-standard-WSL2
OS CPU: 24
OS memory: 32037 MB
Security options:
name=seccomp,profile=default
name=rootless
Command used with act
act
Describe issue
Hello and thank you for this awesome tool!
Wanted to report an issue I am having where there seems to be a difference between how github actions handles it and this tool.
I am trying to specify a job which is dependant on two other jobs where the other jobs are reporting success but the job which is dependant on the other two jobs is finishing with an error when running it with act.
The relevant part is there I am checking for ${{ contains(needs.*.result, 'success') }} which on github actions reports true:
Bug report info
Command used with act
Describe issue
Hello and thank you for this awesome tool!
Wanted to report an issue I am having where there seems to be a difference between how github actions handles it and this tool.
I am trying to specify a job which is dependant on two other jobs where the other jobs are reporting success but the job which is dependant on the other two jobs is finishing with an error when running it with act.
The relevant part is there I am checking for
${{ contains(needs.*.result, 'success') }}
which on github actions reports true:but this tool (act) reports false:
I created a sample repository to demonstrate this: https://github.com/ldomesjo/testing-github-actions
BR
Lars
Link to GitHub repository
https://github.com/ldomesjo/testing-github-actions
Workflow content
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: