Skip to content

docs(misc): minor punctuation changes in action.yml #7

docs(misc): minor punctuation changes in action.yml

docs(misc): minor punctuation changes in action.yml #7

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:

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. .github/workflows/branch.yml (Line: 24, Col: 3): Error calling workflow 'cloudposse-github-actions/.github/.github/workflows/ci.yml@fix/ci-permissions'. The workflow is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
uses: cloudposse-github-actions/.github/.github/workflows/ci.yml@fix/ci-permissions #TODO: revert to main
secrets: inherit