Skip to content

Commit

Permalink
Update create_baseline.yaml (#12)
Browse files Browse the repository at this point in the history
* Update create_baseline.yaml

* update version
  • Loading branch information
sbidari authored Nov 1, 2024
1 parent 44ebfe2 commit b9b2752
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create_baseline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,13 @@ jobs:
message: "Add baseline forecasts"
default_author: github_actions
push: true
new_branch: auto-baseline

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
commit-message: "Add baseline forecasts"
title: "Add baseline forecasts"
body: "This PR adds baseline forecasts to the repo."
branch: "auto-baseline"
base: "main"
labels: "automerge"
labels: "automerge"
2 changes: 1 addition & 1 deletion .github/workflows/create_ensemble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
new_branch: auto-ensemble

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
commit-message: "Add forecast ensemble"
title: "Add ensemble forecasts"
Expand Down

0 comments on commit b9b2752

Please sign in to comment.