We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b5976 commit 561f843Copy full SHA for 561f843
entrypoint.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh -l
2
3
+set -e
4
+
5
if [ -z "$ACCESS_TOKEN" ]
6
then
7
echo "You must provide the action with a GitHub Personal Access Token secret in order to deploy."
0 commit comments