Skip to content

Commit

Permalink
Update workflow_submit_model_forecasts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RokGrah authored Dec 9, 2024
1 parent 6f11219 commit 2fd0cc7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/workflow_submit_model_forecasts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,4 @@
--body "This PR adds the ECDC forecasts to RespiCast repo."
env:
GH_TOKEN: ${{ secrets.Secret_PUSH_ACCESS_RespiCast }}

# Step 8: Delete the new branch
- name: Delete the new branch
if: success() # Ensures this step runs only if all previous steps were successful
run: |
cd ./destination-repo
git branch -d add-results-RespiCast-SyndromicIndicators # Delete the local branch
git push https://x-access-token:${{ secrets.Secret_PUSH_ACCESS_RespiCast }}@github.com/european-modelling-hubs/RespiCast-SyndromicIndicators.git --delete add-results-RespiCast-SyndromicIndicators # Delete the remote branch

0 comments on commit 2fd0cc7

Please sign in to comment.