From 2c82024bd547ebde7ae07f0eb63f110e1e4f0494 Mon Sep 17 00:00:00 2001 From: lobo Date: Mon, 27 Feb 2023 00:02:30 +0000 Subject: [PATCH] something appending /action.yaml. Let's do this --- .gitea/workflows/hello_world.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hello_world.yaml b/.gitea/workflows/hello_world.yaml index 66a932c..685e5d4 100644 --- a/.gitea/workflows/hello_world.yaml +++ b/.gitea/workflows/hello_world.yaml @@ -19,7 +19,7 @@ jobs: - run: echo "🍏 This job's status is ${{ job.status }}." - name: notify if: always() - uses: https://git.lerch.org/lobo/actions_test/.gitea/workflows/notifcation.yaml@master + uses: https://git.lerch.org/lobo/actions_test/.gitea/workflows/notifcation@master # - name: Success Notification # if: success() # run: |