Skip to content

Run Chromatic on correct ref, require approval before running pull_request_target actions #2

Run Chromatic on correct ref, require approval before running pull_request_target actions

Run Chromatic on correct ref, require approval before running pull_request_target actions #2

name: 'Test set-environment'
on:
pull_request:
jobs:
test-set-environment:
uses: ./.github/workflows/set-environment.yml

Check failure on line 8 in .github/workflows/test-set-environment.yml

View workflow run for this annotation

GitHub Actions / Test set-environment

Invalid workflow file

The workflow is not valid. In .github/workflows/test-set-environment.yml (Line: 8, Col: 11): Error from called workflow evidence-dev/evidence/.github/workflows/set-environment.yml@3e3d2bb4c29752a3c20f70e00105c82f3ac7f01f (Line: 9, Col: 18): Unrecognized named-value: 'env'. Located at position 1 within expression: env.ENVIRONMENT
some-job:
runs-on: ubuntu-latest
steps:
- run: echo "blah"