runs-on with matrix.os always use one OS version to generate container
Bug report info
act version: 0.2.63
GOOS: linux
GOARCH: amd64
NumCPU: 16
Docker host: DOCKER_HOST environment variable is not set
Sockets found:
/var/run/docker.sock
Config files:
/home/xxxxx/.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.22.3
Module path: github.com/nektos/act
Main version: (devel)
Main path: github.com/nektos/act
Main checksum:
Build settings:
-buildmode: pie
-compiler: gc
-trimpath: true
DefaultGODEBUG: httplaxcontentlength=1,httpmuxgo121=1,tls10server=1,tlsrsakex=1,tlsunsafeekm=1
CGO_ENABLED: 1
GOARCH: amd64
GOOS: linux
GOAMD64: v1
Docker Engine:
Engine version: 26.1.3
Engine runtime: runc
Cgroup version: 2
Cgroup driver: systemd
Storage driver: overlay2
Registry URI: https://index.docker.io/v1/
OS: Manjaro Linux
OS type: linux
OS version:
OS arch: x86_64
OS kernel: 6.9.3-3-MANJARO
OS CPU: 16
OS memory: 19965 MB
Security options:
name=seccomp,profile=builtin
name=cgroupns
Command used with act
act -j build --action-offline-mode --artifact-server-path /tmp/act
Describe issue
I reproduce this issue with "pkg/runner/testdata/matrix/push.yml" with a small change.
[matrix/PHP ubuntu-20.04 4-1 ] ๐ Start image=catthehacker/ubuntu:act-20.04 [matrix/PHP ubuntu-22.04 4-2 ] ๐ Start image=catthehacker/ubuntu:act-20.04 [matrix/PHP ubuntu-20.04 6-3 ] ๐ Start image=catthehacker/ubuntu:act-20.04 [matrix/PHP ubuntu-22.04 6-4 ] ๐ Start image=catthehacker/ubuntu:act-20.04
expect:
[matrix/PHP ubuntu-20.04 4-1 ] ๐ Start image=catthehacker/ubuntu:act-20.04 [matrix/PHP ubuntu-22.04 4-2 ] ๐ Start image=catthehacker/ubuntu:act-22.04 [matrix/PHP ubuntu-20.04 6-3 ] ๐ Start image=catthehacker/ubuntu:act-20.04 [matrix/PHP ubuntu-22.04 6-4 ] ๐ Start image=catthehacker/ubuntu:act-22.04
There is a small probability that the expected result generated.
Link to GitHub repository
No response
Workflow content
name: matrix
on: push
jobs:
build:
name: PHP ${{ matrix.os }} ${{ matrix.node}}
runs-on: ${{ matrix.os }}
steps:
- run: echo ${NODE_VERSION} | grep ${{ matrix.node }}
env:
NODE_VERSION: ${{ matrix.node }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
node: [4, 6, 8, 10]
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [8.x, 10.x, 12.x, 13.x]
steps:
- run: echo ${NODE_VERSION} | grep ${{ matrix.node }}
env:
NODE_VERSION: ${{ matrix.node }}
Relevant log output
[matrix/PHP ubuntu-20.04 4-1 ] ๐ Start image=catthehacker/ubuntu:act-20.04
[matrix/PHP ubuntu-22.04 4-2 ] ๐ Start image=catthehacker/ubuntu:act-20.04
[matrix/PHP ubuntu-20.04 6-3 ] ๐ Start image=catthehacker/ubuntu:act-20.04
[matrix/PHP ubuntu-22.04 6-4 ] ๐ Start image=catthehacker/ubuntu:act-20.04
[matrix/PHP ubuntu-22.04 6-4 ] ๐ณ docker pull image=catthehacker/ubuntu:act-20.04 platform= username= forcePull=false
[matrix/PHP ubuntu-22.04 4-2 ] ๐ณ docker pull image=catthehacker/ubuntu:act-20.04 platform= username= forcePull=false
[matrix/PHP ubuntu-20.04 6-3 ] ๐ณ docker pull image=catthehacker/ubuntu:act-20.04 platform= username= forcePull=false
[matrix/PHP ubuntu-20.04 4-1 ] ๐ณ docker pull image=catthehacker/ubuntu:act-20.04 platform= username= forcePull=false
[matrix/PHP ubuntu-22.04 4-2 ] ๐ณ docker create image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[matrix/PHP ubuntu-20.04 6-3 ] ๐ณ docker create image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[matrix/PHP ubuntu-22.04 6-4 ] ๐ณ docker create image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[matrix/PHP ubuntu-20.04 4-1 ] ๐ณ docker create image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[matrix/PHP ubuntu-22.04 6-4 ] ๐ณ docker run image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[matrix/PHP ubuntu-22.04 4-2 ] ๐ณ docker run image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[matrix/PHP ubuntu-20.04 4-1 ] ๐ณ docker run image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[matrix/PHP ubuntu-20.04 6-3 ] ๐ณ docker run image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[matrix/PHP ubuntu-22.04 6-4 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 4-1 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 6-3 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 6-4 ] ๐งช Matrix: map[node:6 os:ubuntu-22.04]
[matrix/PHP ubuntu-20.04 4-1 ] ๐งช Matrix: map[node:4 os:ubuntu-20.04]
[matrix/PHP ubuntu-22.04 6-4 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 6-3 ] ๐งช Matrix: map[node:6 os:ubuntu-20.04]
[matrix/PHP ubuntu-20.04 4-1 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 6-3 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 6-4 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 6-3 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 4-1 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 6-4 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 6-3 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 4-1 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 6-4 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 6-4 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 6-4 ] โญ Run Main echo ${NODE_VERSION} | grep 6
[matrix/PHP ubuntu-20.04 6-3 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 4-1 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 6-3 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 4-1 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 4-2 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 6-4 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 4-1 ] โญ Run Main echo ${NODE_VERSION} | grep 4
[matrix/PHP ubuntu-22.04 4-2 ] ๐งช Matrix: map[node:4 os:ubuntu-22.04]
[matrix/PHP ubuntu-20.04 6-3 ] โญ Run Main echo ${NODE_VERSION} | grep 6
[matrix/PHP ubuntu-22.04 4-2 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 6-4 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 4-2 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 4-1 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 6-3 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 4-2 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 6-4 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 4-1 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 6-4 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 6-3 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 4-2 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 6-3 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 4-1 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 6-3 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 4-2 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 4-1 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 6-4 ] ๐ณ docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0] user= workdir=
[matrix/PHP ubuntu-22.04 4-2 ] โญ Run Main echo ${NODE_VERSION} | grep 4
[matrix/PHP ubuntu-22.04 4-2 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 4-1 ] ๐ณ docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0] user= workdir=
[matrix/PHP ubuntu-20.04 6-3 ] ๐ณ docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0] user= workdir=
[matrix/PHP ubuntu-22.04 4-2 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 4-2 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 4-2 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 4-2 ] ๐ณ docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0] user= workdir=
[matrix/PHP ubuntu-20.04 4-1 ] | 4
[matrix/PHP ubuntu-22.04 6-4 ] | 6
[matrix/PHP ubuntu-22.04 6-4 ] โ
Success - Main echo ${NODE_VERSION} | grep 6
[matrix/PHP ubuntu-20.04 4-1 ] โ
Success - Main echo ${NODE_VERSION} | grep 4
[matrix/PHP ubuntu-20.04 6-3 ] | 6
[matrix/PHP ubuntu-20.04 6-3 ] โ
Success - Main echo ${NODE_VERSION} | grep 6
[matrix/PHP ubuntu-22.04 6-4 ] Cleaning up container for job PHP ubuntu-22.04 6
[matrix/PHP ubuntu-20.04 4-1 ] Cleaning up container for job PHP ubuntu-20.04 4
[matrix/PHP ubuntu-20.04 6-3 ] Cleaning up container for job PHP ubuntu-20.04 6
[matrix/PHP ubuntu-22.04 4-2 ] | 4
[matrix/PHP ubuntu-22.04 4-2 ] โ
Success - Main echo ${NODE_VERSION} | grep 4
[matrix/PHP ubuntu-22.04 4-2 ] Cleaning up container for job PHP ubuntu-22.04 4
[matrix/PHP ubuntu-20.04 6-3 ] ๐ Job succeeded
[matrix/PHP ubuntu-20.04 6-3 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 4-1 ] ๐ Job succeeded
[matrix/PHP ubuntu-20.04 4-1 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 8-5 ] ๐ Start image=catthehacker/ubuntu:act-20.04
[matrix/PHP ubuntu-22.04 8-6 ] ๐ Start image=catthehacker/ubuntu:act-20.04
[matrix/PHP ubuntu-22.04 6-4 ] ๐ Job succeeded
[matrix/PHP ubuntu-22.04 6-4 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 8-6 ] ๐ณ docker pull image=catthehacker/ubuntu:act-20.04 platform= username= forcePull=false
[matrix/PHP ubuntu-20.04 8-5 ] ๐ณ docker pull image=catthehacker/ubuntu:act-20.04 platform= username= forcePull=false
[matrix/PHP ubuntu-22.04 8-6 ] ๐ณ docker create image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[matrix/PHP ubuntu-20.04 8-5 ] ๐ณ docker create image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[matrix/PHP ubuntu-20.04 10-7] ๐ Start image=catthehacker/ubuntu:act-20.04
[matrix/PHP ubuntu-22.04 4-2 ] ๐ Job succeeded
[matrix/PHP ubuntu-22.04 4-2 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 10-7] ๐ณ docker pull image=catthehacker/ubuntu:act-20.04 platform= username= forcePull=false
[matrix/PHP ubuntu-22.04 10-8] ๐ Start image=catthehacker/ubuntu:act-20.04
[matrix/PHP ubuntu-20.04 10-7] ๐ณ docker create image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[matrix/PHP ubuntu-22.04 10-8] ๐ณ docker pull image=catthehacker/ubuntu:act-20.04 platform= username= forcePull=false
[matrix/PHP ubuntu-22.04 10-8] ๐ณ docker create image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[matrix/PHP ubuntu-20.04 8-5 ] ๐ณ docker run image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[matrix/PHP ubuntu-22.04 10-8] ๐ณ docker run image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[matrix/PHP ubuntu-22.04 8-6 ] ๐ณ docker run image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[matrix/PHP ubuntu-20.04 10-7] ๐ณ docker run image=catthehacker/ubuntu:act-20.04 platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[matrix/PHP ubuntu-22.04 8-6 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 10-8] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 10-8] ๐งช Matrix: map[node:10 os:ubuntu-22.04]
[matrix/PHP ubuntu-22.04 10-8] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 8-6 ] ๐งช Matrix: map[node:8 os:ubuntu-22.04]
[matrix/PHP ubuntu-22.04 8-6 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 10-8] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 8-6 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 10-7] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 8-5 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 10-7] ๐งช Matrix: map[node:10 os:ubuntu-20.04]
[matrix/PHP ubuntu-22.04 10-8] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 10-7] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 8-5 ] ๐งช Matrix: map[node:8 os:ubuntu-20.04]
[matrix/PHP ubuntu-22.04 8-6 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 10-7] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 8-5 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 8-5 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 10-8] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 8-6 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 8-5 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 10-8] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 8-6 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 10-7] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 10-8] โญ Run Main echo ${NODE_VERSION} | grep 10
[matrix/PHP ubuntu-20.04 10-7] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 8-5 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 8-5 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 10-7] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 8-6 ] โญ Run Main echo ${NODE_VERSION} | grep 8
[matrix/PHP ubuntu-22.04 10-8] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 8-6 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 8-5 ] โญ Run Main echo ${NODE_VERSION} | grep 8
[matrix/PHP ubuntu-22.04 8-6 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 10-8] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 10-7] โญ Run Main echo ${NODE_VERSION} | grep 10
[matrix/PHP ubuntu-20.04 10-7] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 8-5 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 10-8] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 10-7] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 10-8] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 8-6 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 8-6 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 8-5 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 10-7] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 8-5 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 8-5 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 10-7] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 10-8] ๐ณ docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0] user= workdir=
[matrix/PHP ubuntu-22.04 8-6 ] ๐ณ docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0] user= workdir=
[matrix/PHP ubuntu-20.04 8-5 ] ๐ณ docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0] user= workdir=
[matrix/PHP ubuntu-20.04 10-7] ๐ณ docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0] user= workdir=
[matrix/PHP ubuntu-22.04 10-8] | 10
[matrix/PHP ubuntu-22.04 8-6 ] | 8
[matrix/PHP ubuntu-20.04 10-7] | 10
[matrix/PHP ubuntu-20.04 8-5 ] | 8
[matrix/PHP ubuntu-20.04 8-5 ] โ
Success - Main echo ${NODE_VERSION} | grep 8
[matrix/PHP ubuntu-22.04 8-6 ] โ
Success - Main echo ${NODE_VERSION} | grep 8
[matrix/PHP ubuntu-22.04 10-8] โ
Success - Main echo ${NODE_VERSION} | grep 10
[matrix/PHP ubuntu-20.04 10-7] โ
Success - Main echo ${NODE_VERSION} | grep 10
[matrix/PHP ubuntu-22.04 8-6 ] Cleaning up container for job PHP ubuntu-22.04 8
[matrix/PHP ubuntu-22.04 10-8] Cleaning up container for job PHP ubuntu-22.04 10
[matrix/PHP ubuntu-20.04 8-5 ] Cleaning up container for job PHP ubuntu-20.04 8
[matrix/PHP ubuntu-20.04 10-7] Cleaning up container for job PHP ubuntu-20.04 10
[matrix/PHP ubuntu-22.04 10-8] ๐ Job succeeded
[matrix/PHP ubuntu-22.04 10-8] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 10-7] ๐ Job succeeded
[matrix/PHP ubuntu-20.04 10-7] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-22.04 8-6 ] ๐ Job succeeded
[matrix/PHP ubuntu-22.04 8-6 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
[matrix/PHP ubuntu-20.04 8-5 ] ๐ Job succeeded
[matrix/PHP ubuntu-20.04 8-5 ] unable to get git repo (githubInstance: github.com; remoteName: origin, repoPath: /home/xxxxx/Data/work/testworkflow): remote not found
Additional information
No response
@ChristopherHX
@demin-han You mentioned me and want a response, GitHub sent the email only after the edit with the mention.
I know this bug exist, this is currently not on my roadmap. My time to work on projects in my free time has been cut by entering my internship semester this months until 31. Jan. 2025.
See my profile readme, for a similar tool like act without this bug.
If you consider sponsoring my work on act we can can talk about changing my randomly choosen priorities here. (All I have contributed here has been done for free) Other projects from my side gain higher priority, those were proactivly sponsored at least once by the community.
sponsoring cplee doesn't sponor my patches
alternatively you can try to select a single matrix job via --matrix, as I think this option has been added to act
alternatively you can try to select a single matrix job via --matrix, as I think this option has been added to act
Thanks for the info.
Issue is stale and will be closed in 14 days unless there is new activity