From dbab00e2d54510c1ac13ddd3c6dacb3463bc4c5e Mon Sep 17 00:00:00 2001 From: Arswarog Date: Thu, 20 Mar 2025 13:08:23 +0300 Subject: [PATCH] 6 --- .gitea/workflows/pr-changelog.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitea/workflows/pr-changelog.yml b/.gitea/workflows/pr-changelog.yml index c7f2969..319428a 100644 --- a/.gitea/workflows/pr-changelog.yml +++ b/.gitea/workflows/pr-changelog.yml @@ -14,3 +14,12 @@ jobs: uses: https://git.arswarog.ru/jt4d/pr-changelog-action@master with: who-to-greet: 'Mona the Octocat' + hello_world_job_gh: + runs-on: ubuntu-latest + name: A job to say hello + steps: + - name: Hello world action step + id: hello + uses: actions/hello-world-docker-action@master + with: + who-to-greet: 'Mona the Octocat'