Skip to content

Replace Makefile with atmos.yaml #1

Replace Makefile with atmos.yaml

Replace Makefile with atmos.yaml #1

Workflow file for this run

name: Branch
on:
pull_request:
branches:
- main
- release/**
types: [opened, synchronize, reopened]
push:
branches:
- main
- release/v*
paths-ignore:
- '.github/**'
- 'docs/**'
- 'examples/**'
- 'test/**'
- 'README.md'
permissions:
contents: write
actions: write
jobs:
github-action:
uses: cloudposse-github-actions/.github/.github/workflows/shared-github-action.yml@main

Check failure on line 25 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-actions/.github/.github/workflows/shared-github-action.yml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit