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 0fa4604 commit 9118104
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 @@ -18,7 +18,7 @@ jobs:
- name: Update
run: |
cd temporary_folder
cp -u _data/data.yml ../
cp -u data/data.yml ../
cd ..
- name: Check for changes
Expand All @@ -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 9118104

Please sign in to comment.