guix-install-action
guix-install-action copied to clipboard
Path to channels
Hello, how can I provide the channels setting as a path on my checkout, instead of a string in the action?
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?