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 :
@@ -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 "
You can’t perform that action at this time.
0 commit comments