Skip to content

fix ref on workflows #11

fix ref on workflows

fix ref on workflows #11

name: 'Check Links'
on:
workflow_dispatch:
push:
pull_request:
env:
workflow_ref: main
jobs:
link_check:
name: 'Link Check'
uses: NIGMS/NIGMS-Sandbox/.github/workflows/check-links.yaml@${{env.workflow_ref}}

Check failure on line 13 in .github/workflows/check-links-self.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-links-self.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/check-links-self.yaml" -> "NIGMS/NIGMS-Sandbox/.github/workflows/check-links.yaml@${{env.workflow_ref}}" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
repo_link_ignore_list: ""
workflow_ref: ${{env.workflow_ref}}