Skip to content

Commit afa194d

Browse files
committed
bash this
1 parent b7c58f5 commit afa194d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-and-deploy-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
echo "missing: $missing"
6969
70-
if [[ missing ]]; then
70+
if [[ $missing == true ]]; then
7171
exit 1
7272
fi
7373
echo "Required secrets all have values"

0 commit comments

Comments
 (0)