Files
create_listmonk_campaign/action.yaml
Bryce Thorup 2254f431f8
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 5s
test
2024-08-30 14:36:20 -06:00

9 lines
246 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