Skip to content

Commit 1f0731f

Browse files
committed
fixW
1 parent 82f86fc commit 1f0731f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-libs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
schedule:
55
# Run every day at 8:00 AM UTC
66
- cron: '0 8 * * *'
7-
pull_request:
87
permissions:
98
contents: write
109
pull-requests: write
@@ -64,6 +63,7 @@ jobs:
6463
if: steps.check-branch.outputs.branch_exists != 'true' && steps.check-update.outputs.update_needed != 'false'
6564
uses: peter-evans/create-pull-request@v5
6665
with:
66+
base: main
6767
branch: update-bricks-${{ steps.get-latest-version.outputs.LATEST_RELEASE }}
6868
title: "Update bricks whl file to ${{ steps.get-latest-version.outputs.LATEST_RELEASE }}"
6969
body: "This PR updates the Arduino App Bricks wheel file to the latest version ${{ steps.get-latest-version.outputs.LATEST_RELEASE }}."

0 commit comments

Comments
 (0)