Skip to content

Commit

Permalink
Update action to pull data.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
supernord committed Mar 18, 2024
1 parent 97f3bc6 commit ba96ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/import_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Commit
if: env.exiting != 'true'
run: |
git config user.name "{{ github.actor }}"
git config user.email "{{ github.actor }}@users.noreply.github.com"
git config user.name github-actions
git config user.email github-actions@github.com
git add _data/data.yaml
git commit -m "Updated the data.yml sourced from australianbiocommons.github.io"
git push
Expand Down

0 comments on commit ba96ed2

Please sign in to comment.