diff --git a/.github/workflows/schedule-daily-1100.yml b/.github/workflows/schedule-daily-1100.yml index fb13d4c664..2de5711ccc 100644 --- a/.github/workflows/schedule-daily-1100.yml +++ b/.github/workflows/schedule-daily-1100.yml @@ -28,7 +28,7 @@ jobs: - name: Auto Commit - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + uses: stefanzweifel/git-auto-commit-action@v5.1.0 with: # Optional glob pattern of files which should be added to the commit file_pattern: _data/external/github-data.json diff --git a/.github/workflows/schedule-monthly.yml b/.github/workflows/schedule-monthly.yml index f00d26323f..31be6c39f4 100644 --- a/.github/workflows/schedule-monthly.yml +++ b/.github/workflows/schedule-monthly.yml @@ -46,7 +46,7 @@ jobs: # Commits list of inactive members to repo for using in next step, and in one month - name: Update Inactive Members JSON id: update-inactive-members-json - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + uses: stefanzweifel/git-auto-commit-action@v5.1.0 with: # Glob pattern of file which should be added to the commit file_pattern: github-actions/utils/_data/inactive-members.json diff --git a/.github/workflows/update-label-directory.yml b/.github/workflows/update-label-directory.yml index 01f9c3460d..34b5886945 100644 --- a/.github/workflows/update-label-directory.yml +++ b/.github/workflows/update-label-directory.yml @@ -42,7 +42,7 @@ jobs: run: git pull - name: Commit changes to JSON Label Directory - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + uses: stefanzweifel/git-auto-commit-action@v5.1.0 with: # Glob pattern of file to commit, and opt. commit message + author file_pattern: github-actions/utils/_data/label-directory.json diff --git a/.github/workflows/vrms-data.yml b/.github/workflows/vrms-data.yml index 5f18e947c7..5219339f95 100644 --- a/.github/workflows/vrms-data.yml +++ b/.github/workflows/vrms-data.yml @@ -21,7 +21,7 @@ jobs: - name: Save vrms_data.json run: curl --retry 7 --fail -o _data/external/vrms_data.json https://www.vrms.io/api/recurringevents - - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + - uses: stefanzweifel/git-auto-commit-action@v5.1.0 with: # Optional glob pattern of files which should be added to the commit file_pattern: _data/external/vrms_data.json