From 06000369f6b752860ee52b20ada9284cf2e4b9b7 Mon Sep 17 00:00:00 2001 From: lobo Date: Sun, 30 Jul 2023 01:09:14 +0000 Subject: [PATCH] output stuff --- .gitea/workflows/hello_world.yaml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/hello_world.yaml b/.gitea/workflows/hello_world.yaml index 4465af6..9e0d565 100644 --- a/.gitea/workflows/hello_world.yaml +++ b/.gitea/workflows/hello_world.yaml @@ -44,12 +44,20 @@ jobs: with: name: foobar path: '*' - - name: Notify - uses: https://git.lerch.org/lobo/action-notify-ntfy@v1 - if: always() - with: - host: ${{ secrets.NTFY_HOST }} - topic: ${{ secrets.NTFY_TOPIC }} - user: ${{ secrets.NTFY_USER }} - password: ${{ secrets.NTFY_PASSWORD }} + # - name: Notify + # uses: https://git.lerch.org/lobo/action-notify-ntfy@v1 + # if: always() + # with: + # host: ${{ secrets.NTFY_HOST }} + # topic: ${{ secrets.NTFY_TOPIC }} + # 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 + steps: + - name: Show other output + run: echo ${{ needs.Explore-GitHub-Actions.outputs.shortsha }} \ No newline at end of file