1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-15 02:45:23 +00:00
terraform-playground/.github/workflows/workflow.yaml
Jason Hall 8c0c13a582
add manual workflow
Signed-off-by: Jason Hall <jason@chainguard.dev>
2023-06-22 20:15:55 -04:00

13 lines
250 B
YAML

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