try hard but go to sleep

This commit is contained in:
2023-11-13 23:27:47 +01:00
parent 2e5c7af4e8
commit cf2efccd2e
2 changed files with 11 additions and 8 deletions

View File

@@ -1,3 +1,6 @@
name: 'Hello World'
description: 'Greet someone and record the time'
inputs:

View File

@@ -1,13 +1,13 @@
name: Gitea Actions to build image
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
workflow_dispatch:
inputs:
who-to-greet:
description: Who to greet in the log
required: true
default: 'World'
type: string
on: [push]
# workflow_dispatch:
# inputs:
# who-to-greet:
# description: Who to greet in the log
# required: true
# default: 'World'
# type: string
jobs:
build-image:
runs-on: ubuntu-22.04