Files
create_listmonk_campaign/action.yaml
Bryce Thorup c952efedf2 init
2024-08-21 07:28:30 -06:00

9 lines
242 B
YAML

name: npm-publish
description: "create a listmonk campaign if the name of the branch being merged includes \"post_XXXXXX\""
author: "Bryce Thorup"
runs:
using: "composite"
steps:
- run: $GITHUB_ACTION_PATH/action.sh
shell: bash