Add plugin IPLocation | 添加插件IPLocation (#412) #121
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Catalogue CI | |
on: | |
push: | |
branches: | |
- master | |
workflow_dispatch: | |
inputs: | |
squash_history: | |
description: Select if you want the history to be squashed | |
type: boolean | |
default: false | |
jobs: | |
update: | |
uses: ./.github/workflows/_update.yml | |
secrets: inherit | |
with: | |
check: true | |
squash_history: ${{ inputs.squash_history || true }} |