Files
nym/.github/workflows/support-files/notifications/entry_point.sh
T
2022-02-16 14:09:12 +02:00

10 lines
189 B
Bash
Executable File

#!/usr/bin/env bash
# pass exit codes out to GitHub Actions
set -euxo pipefail
# change to the directory that contains this script
cd "${0%/*}"
# run the node script
node send_message.js