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 e6f4943 commit 0e9d15bCopy full SHA for 0e9d15b
action.yaml
@@ -183,14 +183,15 @@ runs:
183
exit 0
184
fi
185
186
- if [ -z $SCALINGO_REGION }}" ]; then
+ if [ -z $SCALINGO_REGION ]; then
187
echo "WARNING: No app name. The git remote cannot be configured without an app name."
188
189
190
191
# Configure the git remote only if .git directory exists
192
if [ ! -d .git ]; then
193
echo "------> No .git directory found, skipping git remote configuration"
194
+ exit 0
195
196
197
scalingo git-setup --remote ${{ inputs.git_remote }}
0 commit comments