Skip to content

Dynamic parameter

Dynamic parameter #8

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/**'
- 'docs/**'
- 'examples/**'
- 'test/**'
- 'README.md'
permissions: {}
jobs:
terraform-module:
uses: cloudposse/.github/.github/workflows/shared-terraform-module.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/branch.yml

Invalid workflow file

error parsing called workflow ".github/workflows/branch.yml" -> "cloudposse/.github/.github/workflows/shared-terraform-module.yml@main" (source branch with sha:5fe8548da9063f2fd7dcb4b69cda577817464c4b) --> "cloudposse/github-actions-workflows/.github/workflows/ci-terraform.yml@shared-workflows" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets: inherit