-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add config option #11
Conversation
0570276
to
050757b
Compare
config: | | ||
# see https://github.com/haskell/ghcup-hs/blob/master/data/config.yaml | ||
# for full documentation | ||
url-source: | ||
- StackSetupURL | ||
verbose: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here... I'd like to be able to have this as an unknown object that we stringify. But core.getInput
will fail.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's not possible reading actions/toolkit#184
I think it's standard to use text snippets for configuration. |
Does this deprecate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did the rebase. Please check I didn't screw it all up :)
Fixes #10
I was unable to make it work with an object.
core.getInput
expects a string.