add id to create PR step

pull/16871/head
Steven Powell 2023-07-12 10:56:51 -07:00
parent e19cb98c7c
commit 75a7e15966
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ jobs:
echo "$(git status --porcelain)" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: Create PR
id: createPR
if: ${{ steps.bumpCriDockerd.outputs.changes != '' }}
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
with: