Gitea Actions does not support the workflow_dispatch trigger event...

This commit is contained in:
Joey Hafner 2024-09-06 14:23:55 -07:00
parent 91f24ac272
commit 54ed170745
No known key found for this signature in database

View File

@ -4,11 +4,6 @@ on:
push:
branches:
- main
workflow_dispatch:
inputs:
host:
description: 'Domain name of host to connect (e.g. jafner.net)'
required: true
jobs:
ssh: