Skip to content

Commit

Permalink
fix: Try to fix auto update stats
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaklein committed May 14, 2024
1 parent 9cd1839 commit 1a172ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-accessibility-data.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Automated - Update accessibility data
'on':
push:
branches:
- develop
schedule:
- cron: '0 2 * * *'
jobs:
Expand Down Expand Up @@ -29,8 +32,6 @@ jobs:
- name: Commit & push data
if: steps.verify_diff.outputs.changed == 'true'
run: |
git config --global user.name 'Appt Stats'
git config --global user.email '167291111+stats-appt-org@users.noreply.github.com'
git add .
git commit -am "Automated accessibility data update"
git push

0 comments on commit 1a172ef

Please sign in to comment.