[GH-ISSUE #2385] panic: runtime error: invalid memory address or nil pointer dereference #1097

Closed
opened 2026-03-01 21:48:52 +03:00 by kerem · 1 comment
Owner

Originally created by @BrockWeekley on GitHub (Jul 5, 2024).
Original GitHub issue: https://github.com/nektos/act/issues/2385

Bug report info

act version:            0.2.64
GOOS:                   darwin
GOARCH:                 arm64
NumCPU:                 10
Docker host:            unix:///Users/########/.docker/run/docker.sock
Sockets found:
        $HOME/.docker/run/docker.sock
Config files:           
        /Users/########/Library/Application Support/act/actrc:
                -P ubuntu-latest=catthehacker/ubuntu:full-latest
                -P ubuntu-22.04=catthehacker/ubuntu:full-22.04
                -P ubuntu-20.04=catthehacker/ubuntu:full-20.04
                -P ubuntu-18.04=catthehacker/ubuntu:full-18.04
Build info:
        Go version:            go1.22.4
        Module path:           command-line-arguments
        Main version:          
        Main path:             
        Main checksum:         
        Build settings:
                -buildmode:           exe
                -compiler:            gc
                -ldflags:             -X main.version=0.2.64
                DefaultGODEBUG:       httplaxcontentlength=1,httpmuxgo121=1,tls10server=1,tlsrsakex=1,tlsunsafeekm=1
                CGO_ENABLED:          1
                CGO_CFLAGS:           
                CGO_CPPFLAGS:         
                CGO_CXXFLAGS:         
                CGO_LDFLAGS:          
                GOARCH:               arm64
                GOOS:                 darwin
Docker Engine:
        Engine version:        27.0.3
        Engine runtime:        runc
        Cgroup version:        2
        Cgroup driver:         cgroupfs
        Storage driver:        overlay2
        Registry URI:          https://index.docker.io/v1/
        OS:                    Docker Desktop
        OS type:               linux
        OS version:            
        OS arch:               aarch64
        OS kernel:             6.6.32-linuxkit
        OS CPU:                10
        OS memory:             7840 MB
        Security options:
                name=seccomp,profile=unconfined
                name=cgroupns

Command used with act

act push
act --list
act --list --container-architecture linux/amd64

Describe issue

All listed commands result in the same, rendering the library unusable:

INFO[0000] Using docker host 'unix:///Users/########/.docker/run/docker.sock', and daemon socket 'unix:///Users/########/.docker/run/docker.sock'
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x8 pc=0x100b9560c]

goroutine 1 [running]:
github.com/nektos/act/pkg/model.(*Workflow).GetJob(...)
/private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/pkg/model/workflow.go:702
github.com/nektos/act/pkg/model.createStages(0x14000316a50, {0x14000588c30, 0x1, 0x0?})
/private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/pkg/model/planner.go:356 +0x61c
github.com/nektos/act/pkg/model.(*workflowPlanner).PlanAll(0x1400000ee40)
/private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/pkg/model/planner.go:266 +0x134
github.com/nektos/act/cmd.Execute.newRunCommand.func2(0x140002cc608, {0x1400012c790, 0x0, 0x100e4fcc3?})
/private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/cmd/root.go:430 +0x610
github.com/spf13/cobra.(*Command).execute(0x140002cc608, {0x1400017f100, 0xb, 0x10})
/Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:985 +0x840
github.com/spf13/cobra.(*Command).ExecuteC(0x140002cc608)
/Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:1117 +0x344
github.com/spf13/cobra.(*Command).Execute(...)
/Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:1041
github.com/nektos/act/cmd.Execute({0x1011b9690, 0x140002fa190}, {0x100fc6834, 0x6})
/private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/cmd/root.go:106 +0x11b4
main.main()
/private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/main.go:36 +0x158

No response

Workflow content

n/a

Relevant log output

DEBU[0000] Handling container host and socket           
DEBU[0000] Defaulting container socket to DOCKER_HOST   
INFO[0000] Using docker host 'unix:///Users/########/.docker/run/docker.sock', and daemon socket 'unix:///Users/########/.docker/run/docker.sock' 
DEBU[0000] Loading environment from /Users/########/dev/actions/actions/.env 
DEBU[0000] Loading action inputs from /Users/########/dev/actions/actions/.input 
DEBU[0000] Loading secrets from /Users/########/dev/actions/actions/.secrets 
DEBU[0000] Loading vars from /Users/########/dev/actions/actions/.vars 
DEBU[0000] Evaluated matrix inclusions: map[]           
DEBU[0000] Loading workflows from '/Users/########/dev/actions/actions/.github/workflows' 
DEBU[0000] Loading workflows recursively                
DEBU[0000] Conditional GET for notices etag=d9a87f6b-1b59-4fb7-84df-989a3af3753d 
DEBU[0000] Found workflow '.DS_Store' in '/Users/########/dev/actions/actions/.github/workflows/.DS_Store' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' 
DEBU[0000] Preparing plan with all jobs                 
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x8 pc=0x10132d60c]

goroutine 1 [running]:
github.com/nektos/act/pkg/model.(*Workflow).GetJob(...)
        /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/pkg/model/workflow.go:702
github.com/nektos/act/pkg/model.createStages(0x1400032ea50, {0x140004c1240, 0x1, 0x0?})
        /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/pkg/model/planner.go:356 +0x61c
github.com/nektos/act/pkg/model.(*workflowPlanner).PlanAll(0x1400000ee40)
        /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/pkg/model/planner.go:266 +0x134
github.com/nektos/act/cmd.Execute.newRunCommand.func2(0x140002ea608, {0x140000cc790, 0x0, 0x1015e7cc3?})
        /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/cmd/root.go:430 +0x610
github.com/spf13/cobra.(*Command).execute(0x140002ea608, {0x1400019f100, 0xb, 0x10})
        /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:985 +0x840
github.com/spf13/cobra.(*Command).ExecuteC(0x140002ea000)
        /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:1262 +0x31c
github.com/spf13/cobra.(*Command).Execute(...)
        /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:1209
github.com/nektos/act/cmd.Execute({0x140001bc000, 0x3, 0x4})
        /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/cmd/root.go:96 +0x14c
main.main()
        /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/main.go:26 +0x24

Additional information

No response

Originally created by @BrockWeekley on GitHub (Jul 5, 2024). Original GitHub issue: https://github.com/nektos/act/issues/2385 ### Bug report info ```plain text act version: 0.2.64 GOOS: darwin GOARCH: arm64 NumCPU: 10 Docker host: unix:///Users/########/.docker/run/docker.sock Sockets found: $HOME/.docker/run/docker.sock Config files: /Users/########/Library/Application Support/act/actrc: -P ubuntu-latest=catthehacker/ubuntu:full-latest -P ubuntu-22.04=catthehacker/ubuntu:full-22.04 -P ubuntu-20.04=catthehacker/ubuntu:full-20.04 -P ubuntu-18.04=catthehacker/ubuntu:full-18.04 Build info: Go version: go1.22.4 Module path: command-line-arguments Main version: Main path: Main checksum: Build settings: -buildmode: exe -compiler: gc -ldflags: -X main.version=0.2.64 DefaultGODEBUG: httplaxcontentlength=1,httpmuxgo121=1,tls10server=1,tlsrsakex=1,tlsunsafeekm=1 CGO_ENABLED: 1 CGO_CFLAGS: CGO_CPPFLAGS: CGO_CXXFLAGS: CGO_LDFLAGS: GOARCH: arm64 GOOS: darwin Docker Engine: Engine version: 27.0.3 Engine runtime: runc Cgroup version: 2 Cgroup driver: cgroupfs Storage driver: overlay2 Registry URI: https://index.docker.io/v1/ OS: Docker Desktop OS type: linux OS version: OS arch: aarch64 OS kernel: 6.6.32-linuxkit OS CPU: 10 OS memory: 7840 MB Security options: name=seccomp,profile=unconfined name=cgroupns ``` ### Command used with act ```sh act push act --list act --list --container-architecture linux/amd64 ``` ### Describe issue All listed commands result in the same, rendering the library unusable: INFO[0000] Using docker host 'unix:///Users/########/.docker/run/docker.sock', and daemon socket 'unix:///Users/########/.docker/run/docker.sock' panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x8 pc=0x100b9560c] goroutine 1 [running]: github.com/nektos/act/pkg/model.(*Workflow).GetJob(...) /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/pkg/model/workflow.go:702 github.com/nektos/act/pkg/model.createStages(0x14000316a50, {0x14000588c30, 0x1, 0x0?}) /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/pkg/model/planner.go:356 +0x61c github.com/nektos/act/pkg/model.(*workflowPlanner).PlanAll(0x1400000ee40) /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/pkg/model/planner.go:266 +0x134 github.com/nektos/act/cmd.Execute.newRunCommand.func2(0x140002cc608, {0x1400012c790, 0x0, 0x100e4fcc3?}) /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/cmd/root.go:430 +0x610 github.com/spf13/cobra.(*Command).execute(0x140002cc608, {0x1400017f100, 0xb, 0x10}) /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:985 +0x840 github.com/spf13/cobra.(*Command).ExecuteC(0x140002cc608) /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:1117 +0x344 github.com/spf13/cobra.(*Command).Execute(...) /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:1041 github.com/nektos/act/cmd.Execute({0x1011b9690, 0x140002fa190}, {0x100fc6834, 0x6}) /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/cmd/root.go:106 +0x11b4 main.main() /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/main.go:36 +0x158 ### Link to GitHub repository _No response_ ### Workflow content ```yml n/a ``` ### Relevant log output ```sh DEBU[0000] Handling container host and socket DEBU[0000] Defaulting container socket to DOCKER_HOST INFO[0000] Using docker host 'unix:///Users/########/.docker/run/docker.sock', and daemon socket 'unix:///Users/########/.docker/run/docker.sock' DEBU[0000] Loading environment from /Users/########/dev/actions/actions/.env DEBU[0000] Loading action inputs from /Users/########/dev/actions/actions/.input DEBU[0000] Loading secrets from /Users/########/dev/actions/actions/.secrets DEBU[0000] Loading vars from /Users/########/dev/actions/actions/.vars DEBU[0000] Evaluated matrix inclusions: map[] DEBU[0000] Loading workflows from '/Users/########/dev/actions/actions/.github/workflows' DEBU[0000] Loading workflows recursively DEBU[0000] Conditional GET for notices etag=d9a87f6b-1b59-4fb7-84df-989a3af3753d DEBU[0000] Found workflow '.DS_Store' in '/Users/########/dev/actions/actions/.github/workflows/.DS_Store' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Found workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Reading workflow '#####' in '/Users/########/dev/actions/actions/.github/workflows/#####' DEBU[0000] Preparing plan with all jobs panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x8 pc=0x10132d60c] goroutine 1 [running]: github.com/nektos/act/pkg/model.(*Workflow).GetJob(...) /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/pkg/model/workflow.go:702 github.com/nektos/act/pkg/model.createStages(0x1400032ea50, {0x140004c1240, 0x1, 0x0?}) /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/pkg/model/planner.go:356 +0x61c github.com/nektos/act/pkg/model.(*workflowPlanner).PlanAll(0x1400000ee40) /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/pkg/model/planner.go:266 +0x134 github.com/nektos/act/cmd.Execute.newRunCommand.func2(0x140002ea608, {0x140000cc790, 0x0, 0x1015e7cc3?}) /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/cmd/root.go:430 +0x610 github.com/spf13/cobra.(*Command).execute(0x140002ea608, {0x1400019f100, 0xb, 0x10}) /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:985 +0x840 github.com/spf13/cobra.(*Command).ExecuteC(0x140002ea000) /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:1262 +0x31c github.com/spf13/cobra.(*Command).Execute(...) /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:1209 github.com/nektos/act/cmd.Execute({0x140001bc000, 0x3, 0x4}) /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/cmd/root.go:96 +0x14c main.main() /private/tmp/act-20240630-4528-ly7ajq/act-0.2.64/main.go:26 +0x24 ``` ### Additional information _No response_
kerem 2026-03-01 21:48:52 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 2, 2025):

Issue is stale and will be closed in 14 days unless there is new activity

<!-- gh-comment-id:2567194243 --> @github-actions[bot] commented on GitHub (Jan 2, 2025): Issue is stale and will be closed in 14 days unless there is new activity
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1097
No description provided.