ci: final tests
This commit is contained in:
parent
d25556cecc
commit
2b9de0bd12
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
input_to_update:
|
||||
description: 'Flake input to update'
|
||||
required: true
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- run: echo "${{ inputs.input_to_update }}"
|
||||
shell: bash
|
Loading…
Reference in a new issue