From 6e5dda64f363935efafa55a1ea6d4e3d0a8e7bd6 Mon Sep 17 00:00:00 2001 From: lucasew Date: Wed, 4 Dec 2024 10:20:28 -0300 Subject: [PATCH] actions: fix template Signed-off-by: lucasew --- .github/workflows/nixpkgs-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nixpkgs-review.yml b/.github/workflows/nixpkgs-review.yml index b1d2272d..3e39ec61 100644 --- a/.github/workflows/nixpkgs-review.yml +++ b/.github/workflows/nixpkgs-review.yml @@ -1,7 +1,7 @@ # This is a basic workflow to help you get started with Actions name: nixpkgs-review a nixpkgs PR -run-name: 'nixpkgs-review #${{ github.events.inputs.pr }}' +run-name: 'nixpkgs-review #${{ github.event.inputs.pr }}' # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch