Skip to content

Commit 3cb9303

Browse files
committed
Fix typo
1 parent f386a89 commit 3cb9303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reverse_engineering.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
echo "current_version=$(yq eval '.current_version' $CONFIG_FILE)" >> $GITHUB_ENV
8282
echo "rules=$(yq eval '.rules[]' $CONFIG_FILE | paste -sd ",")" >> $GITHUB_ENV
8383
84-
if [ -f benchmark/${{ matrix.directory }}/ProjectSpecificRules.xtend" ]; then
84+
if [ -f "benchmark/${{ matrix.directory }}/ProjectSpecificRules.xtend" ]; then
8585
echo "rules_path=benchmark/${{ matrix.directory }}" >> $GITHUB_ENV
8686
else
8787
echo "rules_path=" >> $GITHUB_ENV

0 commit comments

Comments
 (0)