From 4b6a008c0bb9435586a2fd58fac06d0f26a26b69 Mon Sep 17 00:00:00 2001 From: Jeremy L <5149279+lymereJ@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:08:42 -0800 Subject: [PATCH] Update trigger_osstd_repo_action.yml --- .github/workflows/trigger_osstd_repo_action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/trigger_osstd_repo_action.yml b/.github/workflows/trigger_osstd_repo_action.yml index 08ed5c0..32e95e8 100644 --- a/.github/workflows/trigger_osstd_repo_action.yml +++ b/.github/workflows/trigger_osstd_repo_action.yml @@ -12,7 +12,6 @@ jobs: run: | git clone https://github.com/pnnl/building-energy-standards-data.git cd building-energy-standards-data - git checkout cross_repo_actions cd osstd_data_update export COMMIT_ID=${{ github.sha }} echo "shortsha=${COMMIT_ID:0:7}" >> $GITHUB_OUTPUT @@ -29,4 +28,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_${{ steps.updatedata.outputs.shortsha }}","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_${{ steps.updatedata.outputs.shortsha }}","base":"master"}'