-
Notifications
You must be signed in to change notification settings - Fork 57
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
Unexpected input args #32
Comments
I have the same issue, my workflow is working fine, I have no idea how to fix this warning. |
@lewis-geek in the mean time i just use the base cli - name: publish to netlify
run: npx netlify-cli deploy --dir dist --site ${{ env.NETLIFY_SITE_ID }} --auth ${{ env.NETLIFY_AUTH_TOKEN }} --message "Publishing app" --prod
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} |
If you set |
Hi @kitop, I set |
@lewis-geek Did you try checking the indentations accordingly ? - name: Deploy to netlify
uses: netlify/actions/cli@master
with:
args: deploy --dir=public --prod --functions=functions
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} |
Mhm... I think it's related to actions/runner#499 - did you start seeing this just ~18 days ago? |
Hi @Sceat |
Indeed seems to work! with:
args: deploy --dir=dist --alias=edge --message='Publishing edge'
|
Ok, seems |
You could try |
When using the cli i get an error
The text was updated successfully, but these errors were encountered: