Skip to content
New issue

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

Allow multiple arguments #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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