init
This commit is contained in:
8
action.yaml
Normal file
8
action.yaml
Normal 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
|
||||
Reference in New Issue
Block a user