Skip to content

Commit

Permalink
Add workflow api to github output
Browse files Browse the repository at this point in the history
  • Loading branch information
amarouane-ABDELHAK committed Aug 13, 2024
1 parent 8f81d40 commit 5484d64
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/actions/terraform-deploy-sm2a/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,12 @@ runs:
cp -r ../dags .
./scripts/deploy.sh ${{ inputs.env-file }} <<< init
./scripts/deploy.sh ${{ inputs.env-file }} <<< deploy
- name: Output workflows API endpoint
id: output_sm2a_workflows_endpoint
shell: bash
working-directory: ${{ inputs.dir }}
run: |
cd ./infrastructure
terraform output -json Airflow_url > ${HOME}/output_sm2a_workflows_endpoint.json

0 comments on commit 5484d64

Please sign in to comment.