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 82f86fc commit 1f0731fCopy full SHA for 1f0731f
.github/workflows/update-libs.yml
@@ -4,7 +4,6 @@ on:
4
schedule:
5
# Run every day at 8:00 AM UTC
6
- cron: '0 8 * * *'
7
- pull_request:
8
permissions:
9
contents: write
10
pull-requests: write
@@ -64,6 +63,7 @@ jobs:
64
63
if: steps.check-branch.outputs.branch_exists != 'true' && steps.check-update.outputs.update_needed != 'false'
65
uses: peter-evans/create-pull-request@v5
66
with:
+ base: main
67
branch: update-bricks-${{ steps.get-latest-version.outputs.LATEST_RELEASE }}
68
title: "Update bricks whl file to ${{ steps.get-latest-version.outputs.LATEST_RELEASE }}"
69
body: "This PR updates the Arduino App Bricks wheel file to the latest version ${{ steps.get-latest-version.outputs.LATEST_RELEASE }}."
0 commit comments