Skip to content

Commit 8a8d412

Browse files
authored
Merge pull request #162 from pnnl/change_reference_osstd_branch
Change default branch for `openstudio-standards` automation
2 parents 7c7d4fd + 2802d87 commit 8a8d412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger_osstd_repo_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
-H "Authorization: Bearer ${{ secrets.JERRY_ACTIONS_KEY }}" \
3232
-H "X-GitHub-Api-Version: 2022-11-28" \
3333
https://api.github.com/repos/NREL/openstudio-standards/pulls \
34-
-d '{"title":"Building Energy Standards Data Update","body":"Updates have been made to the Building Energy Standards Data repository, see [here](https://github.com/pnnl/building-energy-standards-data/commit/${{ github.sha }}). This pull request was automatically generated.","head":"data_update_${{ steps.updatedata.outputs.shortsha }}","base":"master"}'
34+
-d '{"title":"Building Energy Standards Data Update","body":"Updates have been made to the Building Energy Standards Data repository, see [here](https://github.com/pnnl/building-energy-standards-data/commit/${{ github.sha }}). This pull request was automatically generated.","head":"data_update_${{ steps.updatedata.outputs.shortsha }}","base":"develop"}'

0 commit comments

Comments
 (0)