From cf2efccd2efb83ebcc278748fc21db05b175a154 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Mon, 13 Nov 2023 23:27:47 +0100 Subject: [PATCH] try hard but go to sleep --- .gitea/workflows/action.yml | 3 +++ .gitea/workflows/build_image.yaml | 16 ++++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 4110b01..c96bda0 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -1,3 +1,6 @@ + + + name: 'Hello World' description: 'Greet someone and record the time' inputs: diff --git a/.gitea/workflows/build_image.yaml b/.gitea/workflows/build_image.yaml index c81c886..e53027d 100644 --- a/.gitea/workflows/build_image.yaml +++ b/.gitea/workflows/build_image.yaml @@ -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