We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99d1f8 commit edbd689Copy full SHA for edbd689
1 file changed
github-action-build.sh
@@ -100,12 +100,8 @@ EOL
100
ciRepo=${ciURL##*/}
101
ciPrefix=${ciURL%/*}
102
ciOrg=${ciPrefix##*/}
103
- # https://docs.github.com/en/actions/reference/encrypted-secrets
104
if [ ${secure_env} != true ]; then
105
echo "No deploy -- secure environment variables not available"
106
- echo ${secure_env}
107
- echo ${pull_request}
108
- echo ${git_branch}
109
fi
110
if [ ${pull_request} != false ]; then
111
echo "No deploy -- pull request detected"
0 commit comments