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:
|
topic:
|
||||||
description: 'Ntfy topic'
|
description: 'Ntfy topic'
|
||||||
required: true
|
required: true
|
||||||
status:
|
# status:
|
||||||
description: 'Job status. Use expression {{ job.status }} for most cases'
|
# description: 'Job status. Use ${{ job.status }} for most cases'
|
||||||
required: true
|
# required: true
|
||||||
|
# default: '${{ job.status }}'
|
||||||
user:
|
user:
|
||||||
description: 'Username for ntfy server'
|
description: 'Username for ntfy server'
|
||||||
required: true # should be false, but we'll do authenticated sessions only for now
|
required: true # should be false, but we'll do authenticated sessions only for now
|
||||||
|
@ -21,4 +22,4 @@ runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
args:
|
args:
|
||||||
- ${{ inputs.status }}
|
- ${{ job.status }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue