Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: Application Code Deploy
on:
push:
branches:
- main
# Permission can be added at job level or workflow level
permissions:
contents: write # This is required for creating release.
jobs:
workflow-call:
uses: webedx-spark/shared-data-libraries/.github/workflows/data-application-code-deploy.yaml@main

Check failure on line 13 in .github/workflows/deploy-code.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-code.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy-code.yaml" -> "webedx-spark/shared-data-libraries/.github/workflows/data-application-code-deploy.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit