We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677453a commit 24dcd8eCopy full SHA for 24dcd8e
entrypoint.sh
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+set -e
3
+
4
+echo "#################################################"
5
+echo "Starting ${GITHUB_WORKFLOW}:${GITHUB_ACTION}"
6
7
+sh -c "$*"
8
9
10
+echo "Completed ${GITHUB_WORKFLOW}:${GITHUB_ACTION}"
0 commit comments