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

pike

pike #157

Workflow file for this run

name: pike
on:
repository_dispatch:
types: [pike]
workflow_dispatch:
push:
branches:
- main
jobs:
update-pike:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
shell: pwsh
run: |
.\build.ps1 -target pike
- uses: stefanzweifel/git-auto-commit-action@v4
with:
# Optional. Commit message for the created commit.
# Defaults to "Apply automatic changes"
commit_message: Pike Updated