Skip to content

Commit

Permalink
actions: fix template
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <lucas59356@gmail.com>
  • Loading branch information
lucasew committed Dec 4, 2024
1 parent 6a69821 commit 6e5dda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nixpkgs-review.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6e5dda6

Please sign in to comment.