Skip to content

Commit

Permalink
Update trigger_osstd_repo_action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lymereJ authored Jan 24, 2024
1 parent 14bce5d commit 4b6a008
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/trigger_osstd_repo_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"}'
-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"}'

0 comments on commit 4b6a008

Please sign in to comment.