Skip to content

Update error template to just show message and not repeat the code (#2) #10

Update error template to just show message and not repeat the code (#2)

Update error template to just show message and not repeat the code (#2) #10

Workflow file for this run

#name: Deploy Main to Staging
#on:
# push:
# branches:
# - "main"
#jobs:
# call_build_and_push:
# uses: ./.github/workflows/build.yml
# with:
# image_name: ${{ github.repository }}
# image_tag: main
# secrets: inherit
# deploy:
# needs: [call_build_and_push]
# uses: ./.github/workflows/_update_terraform.yml
# with:
# image_tag: main
# deployment_environment: staging
# secrets: inherit