Skip to content

Build DevContainer image #28

Build DevContainer image

Build DevContainer image #28

Workflow file for this run

name: "Build DevContainer image"
on:
workflow_dispatch:
inputs: {}
push:
branches:
- main
- master
paths:
- .devcontainer/**
- pyproject.toml
- poetry.lock
- build.gradle
jobs:
call-workflow-passing-data:
uses: syngenta-digital/script-shell-data-pipelines-orb/.github/workflows/devcontainer.yaml@main

Check failure on line 17 in .github/workflows/devcontainer.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/devcontainer.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/devcontainer.yaml" -> "syngenta-digital/script-shell-data-pipelines-orb/.github/workflows/devcontainer.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with: {}
secrets:
_github_token: ${{ secrets.GITHUB_TOKEN }}
_fury_auth: ${{ secrets.FURY_AUTH }}