Skip to content

Delete .github/workflows/reusable_workflow.yml #26

Delete .github/workflows/reusable_workflow.yml

Delete .github/workflows/reusable_workflow.yml #26

name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
call-workflow-passing-data:
uses: ./.github/workflows/reusable_workflow.yml

Check failure on line 6 in .github/workflows/github-actions-demo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/github-actions-demo.yml

Invalid workflow file

error parsing called workflow ".github/workflows/github-actions-demo.yml" -> "./.github/workflows/reusable_workflow.yml" : failed to fetch workflow: workflow was not found.
with:
input_name: Run workflow reusable with input
secrets: inherit