mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-22 00:54:33 +03:00
cf4929f6cb
Change-Id: I8f7e9e1fc3937a011f4f57414e4f761ee51c173a
20 lines
453 B
YAML
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
|