Skip to content

Make Nimib logging to stdout optional (-d:nimibQuiet) #275

Make Nimib logging to stdout optional (-d:nimibQuiet)

Make Nimib logging to stdout optional (-d:nimibQuiet) #275

Workflow file for this run

# creates a task saying that it is waiting for the build to finish, does nothing else
name: netlify PR task
on:
pull_request_target: # runs for activity on pr but does not use code from pr and only from pr target
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: echo Commit hash = ${{ github.event.pull_request.head.sha }}
- name: Show pending status check
uses: Sibz/[email protected]
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
context: Netlify preview
sha: ${{ github.event.pull_request.head.sha }}
description: Waiting for build to finish...
state: pending