Skip to content

Commit 01a9052

Browse files
committed
code clarity
1 parent 52ee0a2 commit 01a9052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/web-app-deployer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ on:
3939
type: string
4040
required: false
4141
OP_SENTRY_DSN:
42-
description: 1Password Sentry DSN secret reference
42+
description: Reference to the 1Password Sentry DSN secret reference
4343
type: string
4444
required: false
4545
ENABLE_QUALITY_CHECKS:

scripts/replace-variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ for varname in $list; do
136136
fi
137137
done
138138

139-
# Substitute optional variables only when they have a non-empty value
139+
# Substitute optional variables
140140
for varname in $optional_list; do
141141
value="${!varname}"
142142
if [[ "$ADD_QUOTES" == "true" ]]; then

0 commit comments

Comments
 (0)