This commit is contained in:
@@ -8,8 +8,13 @@ inputs:
|
||||
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:
|
||||
- run: $GITHUB_ACTION_PATH/action.sh
|
||||
shell: bash
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
- run: node action.js
|
||||
|
||||
Reference in New Issue
Block a user