Skip to content

Commit c92b01a

Browse files
chore: test update Android SDK version
1 parent 9cb47c0 commit c92b01a

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:
@@ -65,15 +68,15 @@ jobs:
6568
- name: Update Android SDK version
6669
run: |-
6770
cd example-app/android
68-
./gradlew glia-widgets-ionic:saveGliaAndroidWidgetsSdkVersion --sdkVersion=${{ github.event.inputs.version }}
71+
./gradlew glia-widgets-ionic:saveGliaAndroidWidgetsSdkVersion --sdkVersion=4.0.0
6972
7073
- name: Create Pull Request
7174
uses: peter-evans/create-pull-request@v7
7275
env:
7376
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7477
with:
75-
title: "Update Android Widgets SDK version to ${{ github.event.inputs.version }}"
76-
body: "This PR sets the Android Widgets SDK version to ${{ github.event.inputs.version }}."
78+
title: "Update Android Widgets SDK version to 4.0.0"
79+
body: "This PR sets the Android Widgets SDK version to 4.0.0."
7780
base: development
78-
branch: update-android-widgets-sdk-version-${{ github.event.inputs.version }}
79-
commit-message: "chore: update Android Widgets SDK version to ${{ github.event.inputs.version }}"
81+
branch: update-android-widgets-sdk-version-4.0.0
82+
commit-message: "chore: update Android Widgets SDK version to 4.0.0"

0 commit comments

Comments
 (0)