Skip to content

Workflows - e2e tests #9

Workflows - e2e tests

Workflows - e2e tests #9

name: Deploy Blue Green - INT
on:
push:
branches:
- release-2025-07-25
jobs:
deploy-green:
uses: ./.github/workflows/deploy-template.yml

Check failure on line 10 in .github/workflows/deploy-blue-green.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-blue-green.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy-blue-green.yml" -> "./.github/workflows/deploy-template.yml" (source branch with sha:059588a4a79fd268556857fd91f0c0e3e874abe1) : every step must define a `uses` or `run` key
with:
environment: green
# deploy-blue:
# needs: deploy-green
# uses: ./.github/workflows/deploy-template.yml
# with:
# environment: blue