SchildiChat-android/upstream_.github/workflows/update-gradle-wrapper.yml
SpiritCroc 5514e38131 Automatic upstream merge postprocessing
Change-Id: Ic86f87376e4f0566c5b6d6ab98539322646caa2b
2022-11-03 09:44:14 +01:00

20 lines
453 B
YAML

name: Update Gradle Wrapper
on:
schedule:
- cron: "0 0 * * *"
jobs:
update-gradle-wrapper:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@v1
# Skip in forks
if: github.repository == 'vector-im/element-android'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
target-branch: develop