SchildiChat-android/.github/workflows/update-gradle-wrapper.yml
SpiritCroc 4a0aa2df0f [TMP] Automatic upstream merge preparation
Change-Id: I58232d893ced2d2e771d2582c0494ace26c071d5
2022-08-01 19:39:14 +02: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