Skip to content

try not configuring environment #8

try not configuring environment

try not configuring environment #8

Workflow file for this run

name: Release CI
env:
PROJECT_NAME: mmw
FILMDROP_TERRAFORM_RELEASE: v2.23.0 # keep this up to date!
on:
push:
branches: ["main"]
tags: ["v*.*.*"]
jobs:
deploy-staging:
uses: ./.github/workflows/deploy-reusable.yaml
secrets: inherit
with:
project-name: ${{ env.PROJECT_NAME }}

Check failure on line 17 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / Release CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 17, Col: 21): Unrecognized named-value: 'env'. Located at position 1 within expression: env.PROJECT_NAME .github/workflows/ci.yaml (Line: 19, Col: 34): Unrecognized named-value: 'env'. Located at position 1 within expression: env.FILMDROP_TERRAFORM_RELEASE
stage: staging
fd-aws-tf-modules-version: ${{ env.FILMDROP_TERRAFORM_RELEASE }}