mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
ci/update: fix create pr step not having $pr_num
This commit is contained in:
parent
7f5dc96b83
commit
93df574b42
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update.yml
vendored
1
.github/workflows/update.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue