From 938c1b11d8e5a026ba40073a72db1d180816b407 Mon Sep 17 00:00:00 2001 From: koromo <66541802+violet-dev@users.noreply.github.com> Date: Sat, 14 Oct 2023 14:13:58 +0900 Subject: [PATCH] ci: Fix py workflow --- .github/workflows/pr.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f7d46ecfb..6035468ef 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 with: ref: dev - - uses: subosito/flutter-action@v26 + - uses: subosito/flutter-action@v2 with: # flutter-version: '2.5.2' channel: 'stable' @@ -22,8 +22,6 @@ jobs: - name: Preprocess run: | cd lib/server - wget -q ${{ secrets.SECRET_SALT }} - wget -q ${{ secrets.SECRET_WSALT }} echo 'String getValid(String vToken) { return vToken; }' >> salt.dart cp salt.dart wsalt.dart cd ../..