Skip to content

Commit

Permalink
Update update_datasources.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillanacosta authored Jul 17, 2024
1 parent 014e27b commit b1ab59d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update_datasources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
curl -H "Accept: application/vnd.github+json" -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -L -o processed_data.zip "https://api.github.com/repos/sec2pri/mapping_preprocessing/actions/artifacts/$artifact/zip"
unzip processed_data.zip
rm -f processed_data.zip
ls
cd ../../
- name: Commit new data files
Expand All @@ -40,7 +41,8 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "OmicsFixID bot"
git add inst/apps/*
git add --all
git status
git commit -m "Updated data" -m "Artifact URL: ${{ github.event.client_payload.datasource }}"
git push
Expand Down

0 comments on commit b1ab59d

Please sign in to comment.