Skip to content

.github/workflows/precommit-autoupdate.yml #9

.github/workflows/precommit-autoupdate.yml

.github/workflows/precommit-autoupdate.yml #9

name: "Run pre-commit autoupdate"
on:
schedule:
- cron: "30 1 * * SAT"
workflow_dispatch:
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.sha }}
cancel-in-progress: true
jobs:
precommit-autoupdate:
name: "Run pre-commit autoupdate"
uses: dbt-labs/actions/.github/workflows/pre-commit-autoupdate.yml@pre-commit-auto-update

Check failure on line 18 in .github/workflows/precommit-autoupdate.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/precommit-autoupdate.yml

Invalid workflow file

error parsing called workflow ".github/workflows/precommit-autoupdate.yml" -> "dbt-labs/actions/.github/workflows/pre-commit-autoupdate.yml@pre-commit-auto-update" (source branch with sha:df45b9797cf5c83237d277b9e39e2e515682f1e7) : the `uses' attribute must be a path, a Docker image, or owner/repo@ref