Skip to content

Commit

Permalink
Merge branch 'main' of github.com:HopkinsIDD/rsv-forecast-hub
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsato committed Mar 26, 2024
2 parents 96a13c9 + 07b20be commit be50067
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/after-validate-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,20 @@ jobs:
cd ./scripts
Rscript ensemble.R
- name: Commit and push new files to root repository
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
if [ -n "$(git status --porcelain)" ]; then
git add model-output/hub-ensemble/*
git commit -m "Upload new files to root repo"
git push
echo "Data for hub-ensemble uploaded to root repo";
else
echo "no upload for root repo";
fi
shell: bash

- name: Checkout and push to another repository
uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copy_hub-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout target repo
uses: actions/checkout@v2
with:
# repository: kjsato/rsv-forecast-hub_data
#repository: kjsato/rsv-forecast-hub_data
repository: HopkinsIDD/rsv-forecast-hub_data
token: ${{ secrets.KJ3_PATC }}
path: ./rsv-forecast-hub_data
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/token_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- name: Checkout repository with KJ3_PATC token
uses: actions/checkout@v2
with:
#repository: kjsato/rsv-forecast-hub_data
repository: HopkinsIDD/rsv-forecast-hub_data
token: ${{ secrets.KJ3_PATC }}
path: ./rsv-forecast-hub_data
Expand Down
Binary file added model-output/PSI-PROF/2024-03-17-PSI-PROF.parquet
Binary file not shown.

0 comments on commit be50067

Please sign in to comment.