[GH-ISSUE #125] Equal sign in secret value is confusing act and always prompts for value #87

Closed
opened 2026-03-01 21:39:58 +03:00 by kerem · 4 comments
Owner

Originally created by @iongion on GitHub (Mar 5, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/125

Test with this

work$ act -j build -s K1="v1"
[CI Pipeline/build] 🚀  Start image=node:12.6-buster-slim
....

Compared with the breaking

work$ act -j build -s K1="v1=v2"
Provide value for 'K1': 
...

As you see, it prompts for value.

Originally created by @iongion on GitHub (Mar 5, 2020). Original GitHub issue: https://github.com/nektos/act/issues/125 Test with this ```bash work$ act -j build -s K1="v1" [CI Pipeline/build] 🚀 Start image=node:12.6-buster-slim .... ``` Compared with the breaking ```bash work$ act -j build -s K1="v1=v2" Provide value for 'K1': ... ``` As you see, it prompts for value.
kerem 2026-03-01 21:39:58 +03:00
Author
Owner

@cplee commented on GitHub (Mar 5, 2020):

dup of #117

fixed and will be included in next release.

<!-- gh-comment-id:595303872 --> @cplee commented on GitHub (Mar 5, 2020): dup of #117 fixed and will be included in next release.
Author
Owner

@iongion commented on GitHub (Mar 5, 2020):

@cplee Awesome! Thanks!

<!-- gh-comment-id:595307972 --> @iongion commented on GitHub (Mar 5, 2020): @cplee Awesome! Thanks!
Author
Owner

@iongion commented on GitHub (Mar 5, 2020):

Tried to build master myself, but this blocks me

go: verifying github.com/docker/engine@v0.0.0-20181106193140-f5749085e9cb: checksum mismatch
	downloaded: h1:kbG92WIjuzlj1RaoaKkrdGZPR5cen5hNkr51WwhzrKU=
	go.sum:     h1:PyjxRdW1mqCmSoxy/6uP01P7CGbsD+woX+oOWbaUPwQ=
Makefile:12: recipe for target 'build' failed

<!-- gh-comment-id:595309198 --> @iongion commented on GitHub (Mar 5, 2020): Tried to build master myself, but this blocks me ```bash go: verifying github.com/docker/engine@v0.0.0-20181106193140-f5749085e9cb: checksum mismatch downloaded: h1:kbG92WIjuzlj1RaoaKkrdGZPR5cen5hNkr51WwhzrKU= go.sum: h1:PyjxRdW1mqCmSoxy/6uP01P7CGbsD+woX+oOWbaUPwQ= Makefile:12: recipe for target 'build' failed ```
Author
Owner

@cplee commented on GitHub (Mar 6, 2020):

@iongion - i just updated go.sum...can you try again please?

<!-- gh-comment-id:595868403 --> @cplee commented on GitHub (Mar 6, 2020): @iongion - i just updated `go.sum`...can you try again please?
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#87
No description provided.