File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 11name : Update Android SDK Version
22
33on :
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 "
You can’t perform that action at this time.
0 commit comments