Skip to content

Commit

Permalink
perf: update PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
andhreljaKern committed Dec 13, 2024
1 parent ae65d98 commit 1c96028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pi_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
fi
gh pr create --draft \
--title "${{ github.event.pull_request.title }}" \
--title "test: parent image updates" \
--body "${{ github.event.pull_request.body }}" \
--base dev \
--head ${{ env.HEAD_REF }} \
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
echo "::notice::${{ matrix.app }} - updated ${{ matrix.parent_image_type }} package.json"
gh pr create --draft \
--title "${{ github.event.pull_request.title }}" \
--title "test: parent image updates" \
--body "${{ github.event.pull_request.body }}" \
--base dev \
--head ${{ env.HEAD_REF }} \
Expand Down

0 comments on commit 1c96028

Please sign in to comment.