From be830f0d19fa3f82cad68c2e0db0ec95d7fb37ef Mon Sep 17 00:00:00 2001 From: alyx Date: Sat, 24 Dec 2022 15:43:21 -0600 Subject: [PATCH] Fix --- .gitea/workflows/hello.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/hello.yaml b/.gitea/workflows/hello.yaml index 03884ab..d86ab1b 100644 --- a/.gitea/workflows/hello.yaml +++ b/.gitea/workflows/hello.yaml @@ -1,3 +1,10 @@ -uses: actions/hello-world-javascript-action@main -with: - who-to-greet: 'Terry the Teacup' +name: Gitea JavaScript Actions +on: [push] +jobs: + Test-JavaScript-Actions: + runs-on: ubuntu-latest + steps: + - name: "Hello!" + uses: actions/hello-world-javascript-action@main + with: + who-to-greet: 'Terry the Teacup'