Skip to content

Commit 255127e

Browse files
committed
fix check
1 parent db1b03a commit 255127e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/update-libs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,11 @@ jobs:
7070
git add libs/arduino_app_bricks-${LATEST_RELEASE}-py3-none-any.whl
7171
git commit -m "Update bricks whl to ${LATEST_RELEASE}"
7272
git push origin update-bricks-${LATEST_RELEASE}
73+
74+
- name: Create Pull Request
75+
if: steps.check-branch.outputs.branch_exists != 'true' && steps.check-update.outputs.update_needed != 'false'
76+
uses: peter-evans/create-pull-request@v5
77+
with:
78+
branch: update-bricks-${{ steps.get-latest-version.outputs.LATEST_RELEASE }}
79+
title: "Update bricks whl file to ${{ steps.get-latest-version.outputs.LATEST_RELEASE }}"
80+
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)