Write contributors to file

This commit is contained in:
Sylvia van Os
2021-08-25 20:37:24 +02:00
committed by GitHub
parent 832840be08
commit 10be9b58ce

16
.github/workflows/contributors-to-file vendored Normal file
View File

@@ -0,0 +1,16 @@
jobs:
contributors_to_file:
runs-on: ubuntu-latest
name: Write contributors to file
steps:
- name: Checkout repo
id: checkout
uses: actions/checkout@v2
- name: Update contributors
id: update_contributors
uses: TheLastProject/contributors-to-file-action@v1
with:
file_in_repo: app/src/main/res/raw/contributors.txt
on:
schedule:
- cron: '0 0 * * *'