try hard but go to sleep
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
name: 'Hello World'
|
name: 'Hello World'
|
||||||
description: 'Greet someone and record the time'
|
description: 'Greet someone and record the time'
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name: Gitea Actions to build image
|
name: Gitea Actions to build image
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on:
|
on: [push]
|
||||||
workflow_dispatch:
|
# workflow_dispatch:
|
||||||
inputs:
|
# inputs:
|
||||||
who-to-greet:
|
# who-to-greet:
|
||||||
description: Who to greet in the log
|
# description: Who to greet in the log
|
||||||
required: true
|
# required: true
|
||||||
default: 'World'
|
# default: 'World'
|
||||||
type: string
|
# type: string
|
||||||
jobs:
|
jobs:
|
||||||
build-image:
|
build-image:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|||||||
Reference in New Issue
Block a user