mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #979] Issue: No newline after the Provide value for '<secret>' #575
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#575
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stdedos on GitHub (Feb 4, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/979
System information
act:actversion:Expected behaviour
There seems to be no newline after the
Provide value for '<secret>'promptActual behaviour
Workflow and/or repository
actoutputLog
@stdedos commented on GitHub (Feb 24, 2022):
Closed as ??? 😕
@catthehacker commented on GitHub (Feb 24, 2022):
I have no idea what is the issue here also incomplete template
@stdedos commented on GitHub (Feb 25, 2022):
It's pretty obvious if you read the title:
or the issue:
or, visually:
I am not sure what remains to be explained
Apologies, but I do not have an
Apple M1:chip to fill the template with 😕Also, another bug: You capitalize a secret's name when you shouldn't (notice that I gave
-s secrat, you typedSECRAT).https://docs.github.com/en/actions/security-guides/encrypted-secrets#naming-your-secrets
@catthehacker commented on GitHub (Feb 25, 2022):
Not a bug
From the documentation you linked. We convert all secrets to upper case so they don't collide. On GitHub it also allows only uppercase secrets.