You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be careful about arguments as github actions are very limited on how they can pass args and their types. Basically only strings are possible and you cannot have an empty default value. I was hit by these limitation with ansible-lint action.
Still, if you use a wrapper, you could get around these limitations.
When running an SRPM build via GitHub Action, allow to specify arguments passed to the
packit SRPM
command, either by:packit srpm
with a script that takes care of the parameters, or$ARGS
The text was updated successfully, but these errors were encountered: