Skip to content

Replace Makefile with atmos.yaml #16

Replace Makefile with atmos.yaml

Replace Makefile with atmos.yaml #16

Workflow file for this run

name: Feature branch
on:
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened]
jobs:
perform:
uses: cloudposse/github-actions-workflows-github-action-composite/.github/workflows/feature-branch.yml@main

Check failure on line 9 in .github/workflows/feature-branch.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/feature-branch.yml

Invalid workflow file

error parsing called workflow ".github/workflows/feature-branch.yml" -> "cloudposse/github-actions-workflows-github-action-composite/.github/workflows/feature-branch.yml@main" (source branch with sha:a4d0078b26faab74b046f3104f39a40f5436aa92) --> "cloudposse/github-actions-workflows/.github/workflows/ci-github-action.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
organization: "${{ github.event.repository.owner.login }}"
repository: "${{ github.event.repository.name }}"
ref: "${{ github.event.pull_request.head.ref }}"
secrets:
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"