Skip to content

Conversation

@git-developer
Copy link

This PR allows to call the appimage-builder action with multiple arguments.

When an action is defined with using: docker, args must be an array. This means we have to create a JSON list from appimage-builder, --recipe=${{inputs.recipe}} and inputs.args. As far as I know, this is not possible within a single docker action because it cannot be done with expressions only.

When an action is defined with using: composite, args is a single string. That means we can simply concat appimage-builder, --recipe=${{inputs.recipe}} and inputs.args.

Fixes #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GitHub Action is limited to 1 input argument

1 participant