From 4e7e0d94808cc0da689f78d69ee80b2b0c7bde59 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Wed, 25 Aug 2021 23:23:05 +0200 Subject: [PATCH] Fix pagination in contributors-to-file --- .github/workflows/contributors-to-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors-to-file.yml b/.github/workflows/contributors-to-file.yml index ac9c7ce42..9eb65dd33 100644 --- a/.github/workflows/contributors-to-file.yml +++ b/.github/workflows/contributors-to-file.yml @@ -12,6 +12,6 @@ jobs: uses: actions/checkout@v2 - name: Update contributors id: update_contributors - uses: TheLastProject/contributors-to-file-action@v1 + uses: TheLastProject/contributors-to-file-action@v1.0.1 with: file_in_repo: app/src/main/res/raw/contributors.txt