Skip to content

Commit

Permalink
Trying actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tcheronneau committed Oct 12, 2023
1 parent f17c70d commit 6fc9252
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gh-actions.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Building nix packages
run-name: ${{ github.actor }} is running Github actions
run-name: Building a nix package
on:
workflow_call:
workflow_dispatch:
inputs:
package:
description: Package name
required: false
default: sonarr
type: string
push:
jobs:
Testing:
runs-on: nixos/nix
Expand Down

0 comments on commit 6fc9252

Please sign in to comment.