You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/download-hashes.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -438,7 +438,7 @@ jobs:
438
438
git push --set-upstream origin "$BRANCH_NAME"
439
439
440
440
gh pr create \
441
-
--base "$DEFAULT_BRANCH" \
441
+
--base beta \
442
442
--head "$BRANCH_NAME" \
443
443
--title "Update Core download information (CLI ${version_cli}, GUI ${version_gui})" \
444
444
--body "This PR was automatically generated by the Download Hashes workflow to update **src/data/downloads/core.json** based on the latest downloads/hashes.txt."
0 commit comments