Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

act --help --action-offline-mode is missing a space after , #2596

Closed
jsoref opened this issue Dec 30, 2024 · 1 comment · Fixed by #2590
Closed

act --help --action-offline-mode is missing a space after , #2596

jsoref opened this issue Dec 30, 2024 · 1 comment · Fixed by #2590
Labels
kind/bug Something isn't working

Comments

@jsoref
Copy link
Contributor

jsoref commented Dec 30, 2024

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

Link to GitHub repository

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

.

@jsoref jsoref added the kind/bug Something isn't working label Dec 30, 2024
@ChristopherHX ChristopherHX linked a pull request Dec 30, 2024 that will close this issue
@ChristopherHX
Copy link
Contributor

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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants