Skip to content

Update GitHub Workflows to use shared workflows from '.github' repo #4

Update GitHub Workflows to use shared workflows from '.github' repo

Update GitHub Workflows to use shared workflows from '.github' repo #4

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:483114922212fb7171c99245e76d6a0525d71f6a) --> "cloudposse/.github/.github/workflows/shared-auto-release.yml@shared-workflows" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets: inherit