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 9118104 commit 5dbb413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/import_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
git config user.name "{{ github.actor }}"
git config user.email "{{ github.actor }}@users.noreply.github.com"
git add data/data.yml
git add _data/data.yml
git commit -m "Updated the data.yml sourced from australianbiocommons.github.io"
git push
fi

0 comments on commit 5dbb413

Please sign in to comment.