Skip to content

Test readme

Test readme #197

Workflow file for this run

---
name: Branch
on:
pull_request:
branches:
- main
- release/**
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
branches:
- main
- release/v*
paths-ignore:
- '.github/**'
- 'test/**'
permissions:
contents: write
id-token: write
pull-requests: write
jobs:
component:
uses: cloudposse-terraform-components/.github/.github/workflows/shared-terraform-component.yml@main

Check failure on line 24 in .github/workflows/branch.yml

View workflow run for this annotation

GitHub Actions / Branch

Invalid workflow file

The workflow is not valid. In .github/workflows/branch.yml (Line: 24, Col: 11): Error from called workflow cloudposse-terraform-components/.github/.github/workflows/shared-terraform-component.yml@main (Line: 53, Col: 18): Unrecognized named-value: 'need'. Located at position 1 within expression: need.context.outputs.no-release && 'no-release' || ''
secrets: inherit