This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
name: npm-publish
|
||||
description: "create a listmonk campaign if the name of the branch being merged includes \"__post__XXXXXX\"."
|
||||
description: 'create a listmonk campaign if the name of the branch being merged includes "__post__XXXXXX".'
|
||||
author: "Bryce Thorup"
|
||||
inputs:
|
||||
listmonk_user:
|
||||
description: Username for interacting with listmonk
|
||||
required: true
|
||||
listmonk_pass:
|
||||
description: Password for interacting with listmonk
|
||||
required: true
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user