adfa
This commit is contained in:
parent
06000369f6
commit
6adde3b7d8
|
@ -7,6 +7,8 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
Explore-GitHub-Actions:
|
Explore-GitHub-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
outputs:
|
||||||
|
shortsha: asdklfjdf
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event"
|
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event"
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
@ -53,8 +55,6 @@ jobs:
|
||||||
# user: ${{ secrets.NTFY_USER }}
|
# user: ${{ secrets.NTFY_USER }}
|
||||||
# password: ${{ secrets.NTFY_PASSWORD }}
|
# password: ${{ secrets.NTFY_PASSWORD }}
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
outputs:
|
|
||||||
shortsha: asdklfjdf
|
|
||||||
Job-2:
|
Job-2:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: Explore-GitHub-Actions
|
needs: Explore-GitHub-Actions
|
||||||
|
|
Loading…
Reference in New Issue
Block a user