fix: bundle download with branch param conflict (#291) #163
This file contains hidden or 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: 'test' | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| push: | |
| branches: | |
| - '*' | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Crowdin Action | |
| uses: ./ | |
| with: | |
| command: 'push' | |
| command_args: '-h' | |
| - name: Get CLI version | |
| uses: ./ | |
| with: | |
| command: 'init' | |
| command_args: '-V' |