Skip to content

chore(sat): Update sat-etl pipeline #1

chore(sat): Update sat-etl pipeline

chore(sat): Update sat-etl pipeline #1

Workflow file for this run

name: Default Branch PR Merged CI
on:
pull_request:
types: ["closed"]
branches: [ "main" ]
jobs:
merged-ci:
uses: openclimatefix/.github/.github/workflows/default_branch_pr_merged_ci.yml@main
secrets: inherit
deploy-dev:
needs: merged-ci
uses: openclimatefix/airflow-dags/.github/workflows/_dag_deploy.yml@main
secrets: inherit
with:
deploy_target: development
tag: ${{ merged-ci.outputs.tag }}

Check failure on line 19 in .github/workflows/merged_ci.yml

View workflow run for this annotation

GitHub Actions / Default Branch PR Merged CI

Invalid workflow file

The workflow is not valid. .github/workflows/merged_ci.yml (Line: 19, Col: 12): Unrecognized named-value: 'merged-ci'. Located at position 1 within expression: merged-ci.outputs.tag .github/workflows/merged_ci.yml (Line: 27, Col: 12): Unrecognized named-value: 'merged-ci'. Located at position 1 within expression: merged-ci.outputs.tag
deploy-prod:
needs: merged-ci
uses: openclimatefix/airflow-dags/.github/workflows/_dag_deploy.yml@main
secrets: inherit
with:
deploy_target: production
tag: ${{ merged-ci.outputs.tag }}