Skip to content

Merge pull request #64 from prajanlal/main #46

Merge pull request #64 from prajanlal/main

Merge pull request #64 from prajanlal/main #46

Workflow file for this run

name: Publish
on:
push:
branches: [main]
jobs:
call-workflow-passing-data:
uses: techatpark/gurukulam/.github/workflows/material-deploy.yml@develop

Check failure on line 9 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "techatpark/gurukulam/.github/workflows/material-deploy.yml@develop" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
HOST: ${{ secrets.HOST }}
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}
TARGET_DIR: ${{ secrets.TARGET_DIR }}
QUESTIONS_DIR: ${{ secrets.QUESTIONS_DIR }}