Skip to content

Commit 2f9b9ec

Browse files
committed
ci: works on master branch
1 parent 390943f commit 2f9b9ec

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ jobs:
179179
runs-on: ubuntu-latest
180180
steps:
181181
- uses: actions/checkout@v3
182+
with:
183+
ref: 'master'
182184

183185
- uses: actions/setup-python@v4
184186
with:

scripts/winget.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def get_file_sha256(file_path):
8787
repo.config_writer().set_value("user", "name", "Zxilly").release()
8888
repo.config_writer().set_value("user", "email", "zxilly@outlook.com").release()
8989

90-
repo.git.checkout("master")
9190
repo.git.add(A=True)
9291
repo.git.commit(m=f"chore: update winget manifest to {new_version}\n\n[skip ci]")
9392
repo.git.push()

0 commit comments

Comments
 (0)