Skip to content

Commit 93df574

Browse files
committed
ci/update: fix create pr step not having $pr_num
1 parent 7f5dc96 commit 93df574

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update.yml

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
if: steps.diff.outputs.count
178178
env:
179179
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
180+
pr_num: ${{ steps.open_pr_info.outputs.number }}
180181
title: |
181182
[${{ github.ref_name }}] Update flake.lock & generated files
182183
body: |

0 commit comments

Comments
 (0)