Skip to content

Commit 012aec3

Browse files
ci: fix bug in doc_update.yml workflow
Introduced with a busted variable rename in d972dcc#diff-e6ba917d30a363cf1266246d7f6c67a960154cb751f989ff8d67aaf0eb1c4c46R157
1 parent 73afdfc commit 012aec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/doc_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
tar -xf ../built/gh-pages-content.tar
155155
git add .
156156
git diff --cached --stat
157-
UNPACKED_WANT_TREE_SHA1=$(git write-tree)
157+
UNPACKED_TREE_SHA1=$(git write-tree)
158158
echo "Expect tree SHA1: $WANT_TREE_SHA1 (computed in build step)"
159159
echo "Unpacked tree SHA1: $UNPACKED_TREE_SHA1"
160160
[[ "$WANT_TREE_SHA1" = "$UNPACKED_TREE_SHA1" ]] || {

0 commit comments

Comments
 (0)