SchildiChat-android/.github/workflows/update-gradle-wrapper.yml
SpiritCroc 0b48fdb79f [TMP] Automatic upstream merge preparation
Change-Id: Idb49d11942593484e7d8bf334c7ac8095e6dc54c
2024-09-24 18:53:42 +02:00

20 lines
454 B
YAML

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