From 6adde3b7d85ce710a91c67ec3b4e0d307f46893c Mon Sep 17 00:00:00 2001 From: lobo Date: Sun, 30 Jul 2023 01:11:21 +0000 Subject: [PATCH] adfa --- .gitea/workflows/hello_world.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/hello_world.yaml b/.gitea/workflows/hello_world.yaml index 9e0d565..4c05855 100644 --- a/.gitea/workflows/hello_world.yaml +++ b/.gitea/workflows/hello_world.yaml @@ -7,6 +7,8 @@ env: jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest + outputs: + shortsha: asdklfjdf steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event" - name: Check out repository code @@ -53,8 +55,6 @@ jobs: # user: ${{ secrets.NTFY_USER }} # password: ${{ secrets.NTFY_PASSWORD }} - run: echo "🍏 This job's status is ${{ job.status }}." - outputs: - shortsha: asdklfjdf Job-2: runs-on: ubuntu-latest needs: Explore-GitHub-Actions