refactor(module:select): migrate to new control flow (#8667) #1161
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: styles-sync | |
on: | |
push: | |
branches: [ master ] | |
workflow_dispatch: | |
inputs: | |
version: | |
description: 'Which version want to synchronize (Default latest)' | |
jobs: | |
preview: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hsuanxyz/[email protected] | |
with: | |
account_token: ${{ secrets.BOT_TOKEN }} | |
version: ${{ github.event.inputs.version }} |