output stuff
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 13s
GitHub Actions Demo / Job-2 (push) Successful in 5s

This commit is contained in:
lobo 2023-07-30 01:09:14 +00:00
parent 760bf5fd47
commit 06000369f6

View File

@ -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 }}