Skip to content

Commit d6680a0

Browse files
committed
ci: Fix typo in bash variable name in compile-docs action
1 parent 37c35a9 commit d6680a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/compile-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runs:
8080
mkdir "$catalog"
8181
fi
8282
symbol_graph_dir="$SYMBOL_GRAPH_DIR"
83-
if [[ $symbol_graphs_dir == "" ]]; then
83+
if [[ $symbol_graph_dir == "" ]]; then
8484
symbol_graph_dir="$TARGET-symbol-graphs"
8585
fi
8686
echo $symbol_graph_dir

0 commit comments

Comments
 (0)