这是indexloc提供的服务,不要输入任何密码
Skip to content

chore: update GitHub action versions #73

chore: update GitHub action versions

chore: update GitHub action versions #73

Workflow file for this run

name: repo
on:
schedule:
- cron: "0 15 1 * *"
workflow_dispatch:
jobs:
pre-commit-autoupdate:
name: pre-commit autoupdate
runs-on: ubuntu-latest
container:
image: ghcr.io/commaai/panda:latest
steps:
- uses: actions/checkout@v4
- name: pre-commit autoupdate
run: |
git config --global --add safe.directory '*'
pre-commit autoupdate
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5

Check failure on line 21 in .github/workflows/repo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/repo.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
with:
token: ${{ secrets.ACTIONS_CREATE_PR_PAT }}
commit-message: Update pre-commit hook versions
title: 'pre-commit: autoupdate hooks'
branch: pre-commit-updates
base: master
delete-branch: true