Skip to content

Commit

Permalink
#86 - update graphs (1 of 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
NPgMattL authored Jan 2, 2024
1 parent 9d1bd8f commit 9359a01
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/updateGraphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
branches: [ main ]
paths:
- .github/workflows/updateGraphs.yml
- 2023-DFES/data/graphs.pl
- 2023-DFES/data/graphs/index.json
- 2023-DFES/data/graphs/*.csv
- 2022-DFES/data/graphs.pl
- 2022-DFES/data/graphs/index.json
- 2022-DFES/data/graphs/*.csv
Expand Down Expand Up @@ -46,6 +49,10 @@ jobs:
# Runs script
- name: Run update script and push
run: |
perl 2023-DFES/data/graphs.pl
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add .
perl 2022-DFES/data/graphs.pl
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
Expand Down

0 comments on commit 9359a01

Please sign in to comment.