We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dcdd3d commit c05483fCopy full SHA for c05483f
.github/workflows/test_and_deploy.yml
@@ -112,6 +112,7 @@ jobs:
112
repo: 07th-mod/python-patcher-metadata
113
# Required when using the `repo` option. Either a PAT or a token generated from the GitHub app or CLI
114
token: "${{ secrets.PYTHON_PATCHER_METADATA_PAT }}"
115
+ ref: main # this repo uses 'master', but the python-patcher-metadata uses 'main'
116
117
# Download Windows artifacts
118
- name: Download all Windows .exe artifacts
0 commit comments