output stuff
This commit is contained in:
parent
760bf5fd47
commit
06000369f6
|
@ -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 }}
|
Loading…
Reference in New Issue
Block a user