We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390943f commit 2f9b9ecCopy full SHA for 2f9b9ec
2 files changed
.github/workflows/build.yml
@@ -179,6 +179,8 @@ jobs:
179
runs-on: ubuntu-latest
180
steps:
181
- uses: actions/checkout@v3
182
+ with:
183
+ ref: 'master'
184
185
- uses: actions/setup-python@v4
186
with:
scripts/winget.py
@@ -87,7 +87,6 @@ def get_file_sha256(file_path):
87
repo.config_writer().set_value("user", "name", "Zxilly").release()
88
repo.config_writer().set_value("user", "email", "zxilly@outlook.com").release()
89
90
-repo.git.checkout("master")
91
repo.git.add(A=True)
92
repo.git.commit(m=f"chore: update winget manifest to {new_version}\n\n[skip ci]")
93
repo.git.push()
0 commit comments