Skip to content

Commit 57f1511

Browse files
chore: test update Android SDK version
1 parent f42fa67 commit 57f1511

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/set-android-sdk-version.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Update Android SDK Version
22

33
on:
4+
push:
5+
branches:
6+
- '**'
47
workflow_dispatch:
58
inputs:
69
version:
@@ -45,15 +48,15 @@ jobs:
4548
- name: Update Android SDK version
4649
run: |-
4750
cd example-app/android
48-
./gradlew glia-widgets-ionic:saveGliaAndroidWidgetsSdkVersion --sdkVersion=${{ github.event.inputs.version }}
51+
./gradlew glia-widgets-ionic:saveGliaAndroidWidgetsSdkVersion --sdkVersion=4.0.0
4952
5053
- name: Create Pull Request
5154
uses: peter-evans/create-pull-request@v7
5255
env:
5356
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5457
with:
55-
title: "Update Android Widgets SDK version to ${{ github.event.inputs.version }}"
56-
body: "This PR sets the Android Widgets SDK version to ${{ github.event.inputs.version }}."
58+
title: "Update Android Widgets SDK version to 4.0.0"
59+
body: "This PR sets the Android Widgets SDK version to 4.0.0."
5760
base: development
58-
branch: update-android-widgets-sdk-version-${{ github.event.inputs.version }}
59-
commit-message: "chore: update Android Widgets SDK version to ${{ github.event.inputs.version }}"
61+
branch: update-android-widgets-sdk-version-4.0.0
62+
commit-message: "chore: update Android Widgets SDK version to 4.0.0"

0 commit comments

Comments
 (0)