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
@@ -458,7 +458,7 @@ jobs:
458
458
git push --set-upstream origin "$BRANCH_NAME"
459
459
460
460
gh pr create \
461
-
--base "$DEFAULT_BRANCH" \
461
+
--base "$BASE_BRANCH" \
462
462
--head "$BRANCH_NAME" \
463
463
--title "Update Core download information (CLI ${version_cli}, GUI ${version_gui})" \
464
464
--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