Skip to content

Commit 6a69821

Browse files
committed
actions: fix template
Signed-off-by: lucasew <lucas59356@gmail.com>
1 parent b6bda59 commit 6a69821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nixpkgs-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is a basic workflow to help you get started with Actions
22

33
name: nixpkgs-review a nixpkgs PR
4-
run-name: 'nixpkgs-review #${{ github.inputs.pr }}'
4+
run-name: 'nixpkgs-review #${{ github.events.inputs.pr }}'
55

66
# Controls when the action will run. Triggers the workflow on push or pull request
77
# events but only for the master branch

0 commit comments

Comments
 (0)