Skip to content

Commit 3db0138

Browse files
committed
ci: fix bash variable syntax error
1 parent 43fce7d commit 3db0138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
for d in "." "test"; do
4343
cd "${d}"
4444
[ "$(git config user.name)" = "Ansible Documentation Bot" ]
45-
[ "$(git config user.email)" = "$(adb_email}" ]
45+
[ "$(git config user.email)" = "${adb_email}" ]
4646
done

0 commit comments

Comments
 (0)