trying to rework database migrations
This commit is contained in:
8
packs.dev/examples/basic-pack/actions/echo.sh
Executable file
8
packs.dev/examples/basic-pack/actions/echo.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Get parameter from environment
|
||||
MESSAGE="${ATTUNE_ACTION_message:-Hello from basic-pack!}"
|
||||
|
||||
# Output JSON result
|
||||
echo "{\"result\": \"$MESSAGE\"}"
|
||||
Reference in New Issue
Block a user