Skip to content

CI running on latest master #38

CI running on latest master

CI running on latest master #38

Workflow file for this run

name: Backstop CI
run-name: "CI running on ${{ github.event_name == 'pull_request' && format('PR #{0}: {1}', github.event.pull_request.number, github.event.pull_request.title) || format('latest {0}', github.ref_name) }}"
on:
workflow_dispatch:
pull_request:
branches: [master, develop]
push:
branches: [master, develop]
permissions:
actions: write
checks: write
contents: write
pull-requests: write
packages: write
env:
BRANCH_NAME: ${{ github.event.pull_request.head.sha || github.head_ref || github.ref_name }}
jobs:
backstop-reference-test:
name: Backstop reference test
uses: ./.github/workflows/backstop-reference-test.yml

Check failure on line 24 in .github/workflows/_backstop-ci.yml

View workflow run for this annotation

GitHub Actions / Backstop CI

Invalid workflow file

The workflow is not valid. .github/workflows/_backstop-ci.yml (Line: 24, Col: 11): Input config-path is required, but not provided while calling. .github/workflows/_backstop-ci.yml (Line: 24, Col: 11): Secret envPAT is required, but not provided while calling.