Skip to content

Try env context

Try env context #36

Workflow file for this run

name: "Pull Request"
on:
pull_request:
branches: [ master ]
env:
GH_WORKFLOWS: aeternity/github-actions/.github/workflows
jobs:
validate:
uses: ${{ env.GH_WORKFLOWS }}/_validate-npm.yml@master

Check failure on line 12 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
publish:
uses: ${{ env.GH_WORKFLOWS }}/_publish-docker.yml@master
needs: [ validate ]
secrets: inherit