diff --git a/.github/workflows/trigger_osstd_repo_action.yml b/.github/workflows/trigger_osstd_repo_action.yml index 2e41236..5e0ddb6 100644 --- a/.github/workflows/trigger_osstd_repo_action.yml +++ b/.github/workflows/trigger_osstd_repo_action.yml @@ -27,4 +27,4 @@ jobs: -H "Authorization: Bearer ${{ secrets.JERRY_ACTIONS_KEY }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/NREL/openstudio-standards/pulls \ - -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_${SHORT_COMMIT_ID}","base":"master"}' \ No newline at end of file + -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_${{ env.SHORT_COMMIT_ID }}","base":"master"}' \ No newline at end of file