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 52ee0a2 commit 01a9052Copy full SHA for 01a9052
.github/workflows/web-app-deployer.yml
@@ -39,7 +39,7 @@ on:
39
type: string
40
required: false
41
OP_SENTRY_DSN:
42
- description: 1Password Sentry DSN secret reference
+ description: Reference to the 1Password Sentry DSN secret reference
43
44
45
ENABLE_QUALITY_CHECKS:
scripts/replace-variables.sh
@@ -136,7 +136,7 @@ for varname in $list; do
136
fi
137
done
138
139
-# Substitute optional variables only when they have a non-empty value
+# Substitute optional variables
140
for varname in $optional_list; do
141
value="${!varname}"
142
if [[ "$ADD_QUOTES" == "true" ]]; then
0 commit comments