-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Hi, I want to trigger an action when I push to dev
branch without PR.
In this case action build an url with undefined
parameter:
Here is a file:
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [13.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Wait for the Netlify Preview
uses: jakepartusch/wait-for-netlify-action@v1
id: netlify
with:
site_name: 'brave-pasteur-***'
max_timeout: 120
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v3
with:
urls: |
${{ steps.netlify.outputs.url }}
uploadArtifacts: true
Metadata
Metadata
Assignees
Labels
No labels