Skip to content

Commit

Permalink
Update commitTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MinRi2 committed Feb 8, 2024
1 parent 9ce72e7 commit 9bffc7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
uses: gradle/gradle-build-action@v2
- name: Sync bundles
env:
BAIDU_APP_ID=${{ secrets.BAIDU_APP_ID }}
BAIDU_KEY=${{ secrets.BAIDU_KEY }}
BAIDU_APP_ID: ${{ secrets.BAIDU_APP_ID }}
BAIDU_KEY: ${{ secrets.BAIDU_KEY }}
run: |
./gradlew syncBundle
if [ -n "$(git status --porcelain)" ]; then
Expand Down

0 comments on commit 9bffc7b

Please sign in to comment.