-
Notifications
You must be signed in to change notification settings - Fork 51
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
options
is not working
#72
Comments
If this can help, a workaround for this is to use the - uses: deployphp/action@v1
with:
dep: deploy host_name -o branch=main -o keep_releases=7 |
Github's action.yaml schema do not allow array-like input variables. Only scalars, not even booleans. This is why options:
keep_releases: 7 does not work. This could work options: |
keep_releases: 7 because it gets interpreted as string. But the Line 118 in 2804049
IMHO using |
The
options
input provided in the README is not working:When trying to use it, i have a syntax error message.
I also tried this syntax: no error, but options are ignored.
Upvote & Fund
The text was updated successfully, but these errors were encountered: