Skip to content

Add helm docs

Add helm docs #10

---
name: Validate Changes to Workflow
"on":
pull_request: {}
permissions: {}
jobs:
validate_changes:
name: validate action changes
runs-on: ubuntu-latest
permissions:
# required to read from the repo
contents: read
# required to read from the PR
pull-requests: read
steps:
- name: checkout
uses: actions/checkout@v4
- name: updatecli-minor-apply
uses: prefecthq/actions-updatecli-apply@${{ github.head_ref }}

Check failure on line 23 in .github/workflows/validate-changes.yaml

View workflow run for this annotation

GitHub Actions / Validate Changes to Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/validate-changes.yaml (Line: 23, Col: 15): Unrecognized named-value: 'github'. Located at position 1 within expression: github.head_ref
with:
manifest-path: .github/updatecli/manifest.yaml
run-type: minor