We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, how can I provide the channels setting as a path on my checkout, instead of a string in the action?
channels
The text was updated successfully, but these errors were encountered:
Untested, but perhaps you can read the file into a variable called CHANNELS in an earlier step (https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable) and the use ${env.CHANNELS} in the with: part?
CHANNELS
${env.CHANNELS}
with:
Sorry, something went wrong.
No branches or pull requests
Hello, how can I provide the
channels
setting as a path on my checkout, instead of a string in the action?The text was updated successfully, but these errors were encountered: