1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-08 07:44:57 +00:00

add manual workflow

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2023-06-22 20:15:55 -04:00
parent 1b386e55d8
commit 8c0c13a582
Failed to extract signature

13
.github/workflows/workflow.yaml vendored Normal file
View file

@ -0,0 +1,13 @@
on:
workflow_dispatch:
inputs:
image:
description: 'Image to test'
required: true
jobs:
test-image:
runs-on: ubuntu-latest
steps:
- run: |
echo ding ding testing ${{ github.event.inputs.image }}