We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f386a89 commit 3cb9303Copy full SHA for 3cb9303
.github/workflows/reverse_engineering.yml
@@ -81,7 +81,7 @@ jobs:
81
echo "current_version=$(yq eval '.current_version' $CONFIG_FILE)" >> $GITHUB_ENV
82
echo "rules=$(yq eval '.rules[]' $CONFIG_FILE | paste -sd ",")" >> $GITHUB_ENV
83
84
- if [ -f benchmark/${{ matrix.directory }}/ProjectSpecificRules.xtend" ]; then
+ if [ -f "benchmark/${{ matrix.directory }}/ProjectSpecificRules.xtend" ]; then
85
echo "rules_path=benchmark/${{ matrix.directory }}" >> $GITHUB_ENV
86
else
87
echo "rules_path=" >> $GITHUB_ENV
0 commit comments