ci/update: fix create pr step not having $pr_num

This commit is contained in:
Matt Sturgeon 2025-01-30 21:24:32 +00:00
parent 7f5dc96b83
commit 93df574b42
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -177,6 +177,7 @@ jobs:
if: steps.diff.outputs.count
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pr_num: ${{ steps.open_pr_info.outputs.number }}
title: |
[${{ github.ref_name }}] Update flake.lock & generated files
body: |