Compare commits
No commits in common. "master" and "v2" have entirely different histories.
1 changed files with 5 additions and 4 deletions
|
@ -8,9 +8,10 @@ inputs:
|
|||
topic:
|
||||
description: 'Ntfy topic'
|
||||
required: true
|
||||
status:
|
||||
description: 'Job status. Use expression {{ job.status }} for most cases'
|
||||
required: true
|
||||
# status:
|
||||
# description: 'Job status. Use ${{ job.status }} for most cases'
|
||||
# required: true
|
||||
# default: '${{ job.status }}'
|
||||
user:
|
||||
description: 'Username for ntfy server'
|
||||
required: true # should be false, but we'll do authenticated sessions only for now
|
||||
|
@ -21,4 +22,4 @@ runs:
|
|||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.status }}
|
||||
- ${{ job.status }}
|
||||
|
|
Loading…
Add table
Reference in a new issue