adfa
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 11s
GitHub Actions Demo / Job-2 (push) Successful in 5s

This commit is contained in:
lobo 2023-07-30 01:11:21 +00:00
parent 06000369f6
commit 6adde3b7d8

View File

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