Skip to content

Commit f8619a9

Browse files
committed
rename default_branch var
1 parent 8feb085 commit f8619a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/download-hashes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ jobs:
458458
git push --set-upstream origin "$BRANCH_NAME"
459459
460460
gh pr create \
461-
--base "$DEFAULT_BRANCH" \
461+
--base "$BASE_BRANCH" \
462462
--head "$BRANCH_NAME" \
463463
--title "Update Core download information (CLI ${version_cli}, GUI ${version_gui})" \
464464
--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

Comments
 (0)