[GH-ISSUE #2596] act --help --action-offline-mode is missing a space after , #1178

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

Originally created by @jsoref on GitHub (Dec 30, 2024).
Original GitHub issue: https://github.com/nektos/act/issues/2596

Bug report info

act version:            0.2.70
GOOS:                   darwin
GOARCH:                 arm64
NumCPU:                 10
Docker host:            DOCKER_HOST environment variable is not set
Sockets found:
Config files:           
	/Users/jsoref/.actrc:
		#-P ubuntu-latest=node:12.20.1-buster-slim
		#-P ubuntu-20.04=node:12.20.1-buster-slim
		#-P ubuntu-18.04=node:12.20.1-buster-slim
		-P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest
		-P ubuntu-24.04=ghcr.io/catthehacker/ubuntu:act-latest
		-P ubuntu-22.04=ghcr.io/catthehacker/ubuntu:act-22.04
		-P ubuntu-20.04=ghcr.io/catthehacker/ubuntu:act-20.04
		-P self-hosted=catthehacker/ubuntu:act-latest
		-P ubuntu-latest-4cpu=ubuntu:act-latest
		-P ubuntu-latest-8cpu=ubuntu:act-latest
		--use-new-action-cache
Build info:
	Go version:            go1.23.3
	Module path:           command-line-arguments
	Main version:          
	Main path:             
	Main checksum:         
	Build settings:
		-buildmode:           exe
		-compiler:            gc
		-ldflags:             -X main.version=0.2.70
		DefaultGODEBUG:       asynctimerchan=1,gotypesalias=0,httplaxcontentlength=1,httpmuxgo121=1,httpservecontentkeepheaders=1,tls10server=1,tls3des=1,tlskyber=0,tlsrsakex=1,tlsunsafeekm=1,winreadlinkvolume=0,winsymlink=0,x509keypairleaf=0,x509negativeserial=1
		CGO_ENABLED:          1
		CGO_CFLAGS:           
		CGO_CPPFLAGS:         
		CGO_CXXFLAGS:         
		CGO_LDFLAGS:          
		GOARCH:               arm64
		GOOS:                 darwin
		GOARM64:              v8.0

Command used with act

act --help|perl -ne 'next unless /,\S/;print'

Describe issue

There should be a space between this, and will:

-this,will
+this, will

No response

Workflow content



### Relevant log output

```sh
--action-offline-mode                               If action contents exists, it will not be fetch and pull again. If turn on this,will turn off force pull

Additional information

.

Originally created by @jsoref on GitHub (Dec 30, 2024). Original GitHub issue: https://github.com/nektos/act/issues/2596 ### Bug report info ```plain text act version: 0.2.70 GOOS: darwin GOARCH: arm64 NumCPU: 10 Docker host: DOCKER_HOST environment variable is not set Sockets found: Config files: /Users/jsoref/.actrc: #-P ubuntu-latest=node:12.20.1-buster-slim #-P ubuntu-20.04=node:12.20.1-buster-slim #-P ubuntu-18.04=node:12.20.1-buster-slim -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest -P ubuntu-24.04=ghcr.io/catthehacker/ubuntu:act-latest -P ubuntu-22.04=ghcr.io/catthehacker/ubuntu:act-22.04 -P ubuntu-20.04=ghcr.io/catthehacker/ubuntu:act-20.04 -P self-hosted=catthehacker/ubuntu:act-latest -P ubuntu-latest-4cpu=ubuntu:act-latest -P ubuntu-latest-8cpu=ubuntu:act-latest --use-new-action-cache Build info: Go version: go1.23.3 Module path: command-line-arguments Main version: Main path: Main checksum: Build settings: -buildmode: exe -compiler: gc -ldflags: -X main.version=0.2.70 DefaultGODEBUG: asynctimerchan=1,gotypesalias=0,httplaxcontentlength=1,httpmuxgo121=1,httpservecontentkeepheaders=1,tls10server=1,tls3des=1,tlskyber=0,tlsrsakex=1,tlsunsafeekm=1,winreadlinkvolume=0,winsymlink=0,x509keypairleaf=0,x509negativeserial=1 CGO_ENABLED: 1 CGO_CFLAGS: CGO_CPPFLAGS: CGO_CXXFLAGS: CGO_LDFLAGS: GOARCH: arm64 GOOS: darwin GOARM64: v8.0 ``` ### Command used with act ```sh act --help|perl -ne 'next unless /,\S/;print' ``` ### Describe issue There should be a space between `this,` and `will`: ```diff -this,will +this, will ``` ### Link to GitHub repository _No response_ ### Workflow content ```yml ``` ``` ### Relevant log output ```sh --action-offline-mode If action contents exists, it will not be fetch and pull again. If turn on this,will turn off force pull ``` ### Additional information .
kerem 2026-03-01 21:49:29 +03:00
  • closed this issue
  • added the
    kind/bug
    label
Author
Owner

@ChristopherHX commented on GitHub (Dec 30, 2024):

Hmm, I linked a PR that is 5 days older that would add the space.

codecov now changed from accepting 0% coverage in cmd package to enforce 50% patch coverage

Did cplee caused this recently by doing some changes to tests?

jsoref I want to inform you that comments on merged pr's of act-docs are subject to be forgetten if no new issue is open to track or PR to fix them

<!-- gh-comment-id:2565977768 --> @ChristopherHX commented on GitHub (Dec 30, 2024): Hmm, I linked a PR that is 5 days older that would add the space. _codecov now changed from accepting 0% coverage in cmd package to enforce 50% patch coverage_ Did cplee caused this recently by doing some changes to tests? jsoref I want to inform you that comments on merged pr's of act-docs are subject to be forgetten if no new issue is open to track or PR to fix them
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#1178
No description provided.