Skip to content

Commit

Permalink
优化更新 去掉启动器
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Dec 27, 2024
1 parent 690d8e0 commit 448ff1b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ jobs:
- name: push to ok-ww-update
run: |
python -m ok.update.push_repos --repos https://ok-oldking:${{ secrets.OK_GH }}@github.com/ok-oldking/ok-ww-update --files deploy.txt --tag ${{ steps.tagName.outputs.tag }}
#
# - name: push to coding
# run: |
# python -m ok.update.push_repos --repos https://${{ secrets.CODING_USERNAME }}:${{ secrets.CODING_PASSWORD }}@e.coding.net/g-frfh1513/ok-wuthering-waves/ok-wuthering-waves.git --files deploy.txt
#
- name: push to coding
run: |
python -m ok.update.push_repos --repos https://${{ secrets.CODING_USERNAME }}:${{ secrets.CODING_PASSWORD }}@e.coding.net/g-frfh1513/ok-wuthering-waves/ok-wuthering-waves.git --files deploy.txt --tag ${{ steps.tagName.outputs.tag }}

0 comments on commit 448ff1b

Please sign in to comment.