[GH-ISSUE #618] Issue: act fails with invalid mount config for type #407

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

Originally created by @vbasem on GitHub (Apr 15, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/618

Act version

act version 0.2.21

Expected behaviour

act should run the workflows as pre v0.2.21

Actual behaviour

since v0.2.21 act fails with the error:

Error: Error response from daemon: invalid mount config for type "volume": invalid specification: destination can't be '/'

Workflow and/or repository

workflow
name: atest
on: [push]
jobs:
  atest:
    runs-on: ubuntu-latest
    steps:
      - run: echo hello

Steps to reproduce

  1. install v.0.2.21
  2. run act

act output

Log
DEBU[0000] Error response from daemon: invalid mount config for type "volume": invalid specification: destination can't be '/'
github.com/nektos/act/pkg/container.(*containerReference).create.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:316
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:143
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:81
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.2/x64/src/runtime/asm_amd64.s:1371 
DEBU[0000] Error response from daemon: invalid mount config for type "volume": invalid specification: destination can't be '/'
github.com/nektos/act/pkg/container.(*containerReference).create.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:316
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:143
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:81
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.2/x64/src/runtime/asm_amd64.s:1371 
DEBU[0000] Error response from daemon: invalid mount config for type "volume": invalid specification: destination can't be '/'
github.com/nektos/act/pkg/container.(*containerReference).create.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:316
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:143
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:81
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.2/x64/src/runtime/asm_amd64.s:1371 
DEBU[0000] Error response from daemon: invalid mount config for type "volume": invalid specification: destination can't be '/'
github.com/nektos/act/pkg/container.(*containerReference).create.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:316
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:143
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:81
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.2/x64/src/runtime/asm_amd64.s:1371 
DEBU[0000] Error response from daemon: invalid mount config for type "volume": invalid specification: destination can't be '/'
github.com/nektos/act/pkg/container.(*containerReference).create.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:316
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:143
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:81
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.2/x64/src/runtime/asm_amd64.s:1371 
Error: Error response from daemon: invalid mount config for type "volume": invalid specification: destination can't be '/'

Originally created by @vbasem on GitHub (Apr 15, 2021). Original GitHub issue: https://github.com/nektos/act/issues/618 ## Act version ```none act version 0.2.21 ``` ## Expected behaviour act should run the workflows as pre v0.2.21 ## Actual behaviour since v0.2.21 act fails with the error: ```none Error: Error response from daemon: invalid mount config for type "volume": invalid specification: destination can't be '/' ``` ## Workflow and/or repository <details> <summary>workflow</summary> ```none name: atest on: [push] jobs: atest: runs-on: ubuntu-latest steps: - run: echo hello ``` </details> ## Steps to reproduce 1. install v.0.2.21 2. run act ## `act` output <!-- Paste output from your terminal, use `-v` or `--verbose` for richer output --> <details> <summary>Log</summary> ```none DEBU[0000] Error response from daemon: invalid mount config for type "volume": invalid specification: destination can't be '/' github.com/nektos/act/pkg/container.(*containerReference).create.func1 /home/runner/work/act/act/pkg/container/docker_run.go:316 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:143 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:81 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.2/x64/src/runtime/asm_amd64.s:1371 DEBU[0000] Error response from daemon: invalid mount config for type "volume": invalid specification: destination can't be '/' github.com/nektos/act/pkg/container.(*containerReference).create.func1 /home/runner/work/act/act/pkg/container/docker_run.go:316 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:143 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:81 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.2/x64/src/runtime/asm_amd64.s:1371 DEBU[0000] Error response from daemon: invalid mount config for type "volume": invalid specification: destination can't be '/' github.com/nektos/act/pkg/container.(*containerReference).create.func1 /home/runner/work/act/act/pkg/container/docker_run.go:316 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:143 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:81 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.2/x64/src/runtime/asm_amd64.s:1371 DEBU[0000] Error response from daemon: invalid mount config for type "volume": invalid specification: destination can't be '/' github.com/nektos/act/pkg/container.(*containerReference).create.func1 /home/runner/work/act/act/pkg/container/docker_run.go:316 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:143 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:81 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.2/x64/src/runtime/asm_amd64.s:1371 DEBU[0000] Error response from daemon: invalid mount config for type "volume": invalid specification: destination can't be '/' github.com/nektos/act/pkg/container.(*containerReference).create.func1 /home/runner/work/act/act/pkg/container/docker_run.go:316 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:143 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:81 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.2/x64/src/runtime/asm_amd64.s:1371 Error: Error response from daemon: invalid mount config for type "volume": invalid specification: destination can't be '/' ``` </details>
kerem 2026-03-01 21:43:06 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (May 16, 2021):

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

<!-- gh-comment-id:841742345 --> @github-actions[bot] commented on GitHub (May 16, 2021): 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#407
No description provided.