ci: final tests

This commit is contained in:
silver 2024-08-07 19:05:51 +01:00
parent d25556cecc
commit 2b9de0bd12

View file

@ -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