We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88aa721 commit ebe5228Copy full SHA for ebe5228
1 file changed
deploy.sh
@@ -21,7 +21,7 @@ if [[ -z "$SVN_PASSWORD" ]]; then
21
fi
22
23
if $INPUT_DRY_RUN; then
24
- echo "ℹ︎ Dry run: no files will be committed to subversion."
+ echo "ℹ︎ Dry run: No files will be committed to Subversion."
25
26
27
# Allow some ENV variables to be customized
0 commit comments