Skip to content

Commit

Permalink
Update update-example-hub.yaml, trying to fix working directory problems
Browse files Browse the repository at this point in the history
  • Loading branch information
elray1 committed Jun 8, 2023
1 parent 43fdb95 commit 35f8faa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update-example-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
git fetch --all
git switch update_example_simple_forecast_hub || git switch -c update_example_simple_forecast_hub
git rm -r inst/example-data/example-simple-forecast-hub/ --ignore-unmatch
working-directory: ./hubEnsembles
- name: Checkout example-simple-forecast-hub
uses: actions/checkout@v3
Expand All @@ -39,4 +38,3 @@ jobs:
git push https://${GITHUB_TOKEN}@github.com/Infectious-Disease-Modeling-Hubs/hubEnsembles.git HEAD:update_example_simple_forecast_hub
echo "Submitting pull request..."
gh pr create --fill --base main --head update_example_simple_forecast_hub
working-directory: ./hubEnsembles

0 comments on commit 35f8faa

Please sign in to comment.