From c05ce6a708ed9d2d4ab6fa740a20c95b348b412d Mon Sep 17 00:00:00 2001 From: lucasew Date: Tue, 3 Dec 2024 20:53:31 -0300 Subject: [PATCH] actions: fix name 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 6a1839bd..8dc72c88 100644 --- a/.github/workflows/nixpkgs-review.yml +++ b/.github/workflows/nixpkgs-review.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: Send a bump PR and test eval +name: nixpkgs-review a nixpkgs PR # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch