We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0dcbd4 commit 73367f5Copy full SHA for 73367f5
.github/workflows/reusable-update-flake-lock.yml
@@ -9,6 +9,11 @@ on:
9
default: '["self-hosted"]'
10
required: false
11
type: string
12
+ flake-input:
13
+ description: 'Parameter for determining which flake will get updated'
14
+ default: ''
15
+ required: false
16
+ type: string
17
18
secrets:
19
NIX_GITHUB_TOKEN:
@@ -46,7 +51,7 @@ jobs:
46
51
curl -fsSL --proto '=https' --tlsv1.2 \
47
52
https://raw.githubusercontent.com/metacraft-labs/nixos-modules/main/scripts/commit_flake_update.bash \
48
53
-o commit_flake_update.bash
49
- bash commit_flake_update.bash
54
+ FLAKE_INPUT=${{ inputs.flake-input }} bash commit_flake_update.bash
50
55
56
- uses: tibdex/[email protected]
57
id: generate-token
0 commit comments