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

secret file reading incorrect case sensitive handling #42

Open
ChristopherHX opened this issue Jan 31, 2025 · 0 comments · May be fixed by #45
Open

secret file reading incorrect case sensitive handling #42

ChristopherHX opened this issue Jan 31, 2025 · 0 comments · May be fixed by #45
Labels
bug Something isn't working

Comments

@ChristopherHX
Copy link
Contributor

Bug report info

N/A

Command used with act

N/A

Describe issue

This code uses the env file logic for reading, but this doesn't do ToUpper of the key as done in the -s cli argument

act-cli/cmd/root.go

Lines 414 to 415 in f81a7d6

log.Debugf("Loading vars from %s", input.Varfile())

Link to GitHub repository

No response

Workflow content

N/A

Relevant log output

N/A

Additional information

No response

@ChristopherHX ChristopherHX added the bug Something isn't working label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant