This commit is contained in:
Bryce Thorup
2024-08-21 07:28:30 -06:00
parent 84ae59cec3
commit c952efedf2
4 changed files with 26 additions and 1 deletions

8
action.yaml Normal file
View File

@@ -0,0 +1,8 @@
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