Skip to content

Commit

Permalink
Fix CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
tier940 committed Jul 1, 2024
1 parent 88bfe81 commit b44342c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy_questbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ permissions:
on:
workflow_dispatch:
inputs:
choice_language:
description: 'Language'
default: EN-US, ZH
required: true
questbook_branch:
description: 'QuestBook branch'
type: choice
Expand All @@ -30,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
language: ['"${{ github.event.inputs.choice_language }}"']
language: ['EN-US', 'ZH']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b44342c

Please sign in to comment.