Skip to content

Unwanted warning for dynamic input properties to actions #25387

Discussion options

You must be logged in to vote

Hi @joshuanapoli ,
The warning is showing as expected. Currently, there is no method to disable the warning. Would you mind sharing your idea in the [Feedback form for GitHub Actions] ? (https://support.github.com/contact/feedback?contact[category]=actions).
As a workaround , I would recommend you using environment variable to simulate input. You need to use upper cases and add ‘INPUT_’ as the prefix of environment variable names.
For example:

- uses: CumulusDS/get-yaml-paths-action@v0.1.0
  with: 
    file: file.yml
  env: 
    INPUT_BAR: foo.bar
    INPUT_PROVIDERSTAGE: provider.stage

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants