diff --git a/.github/workflows/trigger_osstd_repo_action.yml b/.github/workflows/trigger_osstd_repo_action.yml index 16063eb..99ead1a 100644 --- a/.github/workflows/trigger_osstd_repo_action.yml +++ b/.github/workflows/trigger_osstd_repo_action.yml @@ -26,4 +26,4 @@ jobs: -H "Authorization: Bearer ${{ secrets.JERRY_ACTIONS_KEY }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/pnnl/building-energy-standards-data/pulls \ - -d '{"title":"Pull Data from building-energy-standards-data repo","body":"Automated PR created by Github Action from the BES Data repository (with Commit ID: ${{ github.sha }}), to update OSSTD data. Human review is needed.","head":"leijerry888:data_update","base":"develop"}' + -d '{"title":"Pull Data from building-energy-standards-data repo","body":"Automated PR created by Github Action from the BES Data repository (with Commit ID: ${{ github.sha }}), to update OSSTD data. Human review is needed.","head":"data_update","base":"develop"}'