fix(packaging): bump compiler-cli to 18.1.2 to fix ngtypecheck issue … #1176
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 }} |