diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9272988..e4029c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: CODING_USERNAME: ${{ secrets.CODING_USERNAME }} CODING_PASSWORD: ${{ secrets.CODING_PASSWORD }} run: | - git remote add coding https://${CODING_USERNAME}:${CODING_PASSWORD}@e.coding.net/g-frfh1513/ok-wuthering-waves/ok-wuthering-waves.git + git remote add coding https://${{ secrets.CODING_USERNAME }}:${{ secrets.CODING_PASSWORD }}@e.coding.net/g-frfh1513/ok-wuthering-waves/ok-wuthering-waves.git git push coding --force - name: Push to GitHub update