Skip to content

Updating path

Updating path #2

name: planetary-computer-plugin-build
on:
workflow_dispatch:
push:
branches:
- km/add_action
# paths:
# - 'datagenerators/planetary-computer/plugin/**'
# - '.github/workflows/planetary-computer-plugin-build.yaml'
jobs:
build-plugin-planetary-computer-amd64:
permissions:
contents: read
packages: write
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/plugin-build.yaml@km/add_data_generator

Check failure on line 18 in .github/workflows/planetary-computer-plugin-build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/planetary-computer-plugin-build.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/planetary-computer-plugin-build.yaml" -> "microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/plugin-build.yaml@km/add_data_generator" : failed to fetch workflow: workflow was not found.
with:
APP_PROJECT: ./datagenerators/planetary-computer/plugin/src/planetary-computer-vth-plugin.csproj
OUTPUT_DIR: /var/spacedev/tmp/planetary-computer-vth-plugin/output
PLUGIN_STAGING_DIRECTORY: /var/spacedev/plugins/vth
PLUGIN_FILE_NAME: planetary-computer-vth-plugin.dll
ANNOTATION: azure-orbital-space-sdk-data-generators.yaml
WORKFLOW_AGENT: ubuntu-latest
ARCHITECTURE: amd64
DEV_CONTAINER_JSON: .devcontainer/planetary-computer-vth-plugin/devcontainer.json
ANNOTATION_CONFIG: azure-orbital-space-sdk-data-generators.yaml
secrets:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
build-plugin-planetary-computer-arm64:
permissions:
contents: read
packages: write
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/plugin-build.yaml@km/add_data_generator
with:
APP_PROJECT: ./datagenerators/planetary-computer/plugin/src/planetary-computer-vth-plugin.csproj
OUTPUT_DIR: /var/spacedev/tmp/planetary-computer-vth-plugin/output
PLUGIN_STAGING_DIRECTORY: /var/spacedev/plugins/vth
PLUGIN_FILE_NAME: planetary-computer-vth-plugin.dll
ANNOTATION: azure-orbital-space-sdk-data-generators.yaml
WORKFLOW_AGENT: ubuntu-latest
ARCHITECTURE: amd64
DEV_CONTAINER_JSON: .devcontainer/planetary-computer-vth-plugin/devcontainer.json
ANNOTATION_CONFIG: azure-orbital-space-sdk-data-generators.yaml
secrets:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}