schildichat-android/upstream_.github/workflows/update-gradle-wrapper.yml
SpiritCroc a964d8c7ce Automatic upstream merge postprocessing
Change-Id: I39620a5112a66cec6dd707f57ba22a9a2097fcd4
2025-10-26 16:10:00 +01:00

21 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