We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971cb49 commit 512aae5Copy full SHA for 512aae5
1 file changed
actions/deploy/entrypoint.sh
@@ -23,10 +23,6 @@ if [ -z "$REPOSITORY" ]; then
23
export REPOSITORY
24
fi
25
26
-if [ -z "$REF" ]; then
27
- export REF="$GITHUB_REF"
28
-fi
29
-
30
if [ -z "$WAIT" ]; then
31
export WAIT="true"
32
0 commit comments