adfa
This commit is contained in:
parent
06000369f6
commit
6adde3b7d8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user