Files
create_listmonk_campaign/action.yaml
Bryce Thorup 4e4c1d15ed
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 5s
correct ext
2024-09-03 09:55:46 -06:00

21 lines
580 B
YAML

name: npm-publish
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
is_production:
description: flag that the update should be sent to actual users
required: true
runs:
using: "composite"
steps:
- uses: actions/setup-node@v4
with:
node-version: 22
- run: node action.mjs