guix-install-action icon indicating copy to clipboard operation
guix-install-action copied to clipboard

Path to channels

Open viperML opened this issue 1 year ago • 1 comments

Hello, how can I provide the channels setting as a path on my checkout, instead of a string in the action?

viperML avatar Apr 23 '24 08:04 viperML

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?

PromyLOPh avatar Apr 25 '24 15:04 PromyLOPh