Skip to content

Merge pull request #185 from ACCESS-Cloud-Based-InSAR/cmarshak-patch-1 #662

Merge pull request #185 from ACCESS-Cloud-Based-InSAR/cmarshak-patch-1

Merge pull request #185 from ACCESS-Cloud-Based-InSAR/cmarshak-patch-1 #662

Workflow file for this run

name: build
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
call-version-info-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
python_version: '3.9'
conda_env_name: topsapp_env

Check failure on line 18 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 18, Col: 23): Invalid input, conda_env_name is not defined in the referenced workflow.
call-docker-ghcr-workflow:
needs: call-version-info-workflow
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}
release_branch: main
develop_branch: dev
user: ${{ github.actor }}
secrets:
USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}