We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae65d98 commit 1c96028Copy full SHA for 1c96028
.github/workflows/pi_build.yml
@@ -229,7 +229,7 @@ jobs:
229
fi
230
231
gh pr create --draft \
232
- --title "${{ github.event.pull_request.title }}" \
+ --title "test: parent image updates" \
233
--body "${{ github.event.pull_request.body }}" \
234
--base dev \
235
--head ${{ env.HEAD_REF }} \
@@ -260,7 +260,7 @@ jobs:
260
echo "::notice::${{ matrix.app }} - updated ${{ matrix.parent_image_type }} package.json"
261
262
263
264
265
266
0 commit comments