Marcos Aguayo

Results 4 issues of Marcos Aguayo

This is the error I have: ``` ##[warning]Unexpected input(s) 'url', 'netlify_site', valid inputs are ['entryPoint', 'args'] Run jakejarvis/lighthouse-action@master /usr/bin/docker run --name c20127cec257b1b34d1a9759181d61ee670b_9a4d29 --label 87c201 --workdir /github/workspace --rm -e INPUT_URL -e...

My code: ``` name: Deploy master branch on: push: branches: - master jobs: deploy: name: deploy runs-on: ubuntu-latest strategy: matrix: node-version: [14.x] steps: - uses: actions/checkout@v2 - name: Use Node.js...

Product names with single quotes throw an "Unexpected Token" error. I have a product named: `ADIDAS | KID'S STAN SMITH` This single quote breaks the app. With this PR the...