output stuff
This commit is contained in:
parent
760bf5fd47
commit
06000369f6
|
@ -44,12 +44,20 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: foobar
|
name: foobar
|
||||||
path: '*'
|
path: '*'
|
||||||
- name: Notify
|
# - name: Notify
|
||||||
uses: https://git.lerch.org/lobo/action-notify-ntfy@v1
|
# uses: https://git.lerch.org/lobo/action-notify-ntfy@v1
|
||||||
if: always()
|
# if: always()
|
||||||
with:
|
# with:
|
||||||
host: ${{ secrets.NTFY_HOST }}
|
# host: ${{ secrets.NTFY_HOST }}
|
||||||
topic: ${{ secrets.NTFY_TOPIC }}
|
# topic: ${{ secrets.NTFY_TOPIC }}
|
||||||
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:
|
||||||
|
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