Skip to content

Commit 4063e84

Browse files
committed
fix Set benchmarks_only output step output
1 parent b319707 commit 4063e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-detect-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ jobs:
115115
has_benchmarks_only=false
116116
fi
117117
done
118-
echo "benchmarks_only=$has_benchmarks_only" >> $GITHUB_OUTPUT
118+
echo "result=$has_benchmarks_only" >> $GITHUB_OUTPUT
119119
120120
- run: echo '${{ steps.result.outputs.result }} ${{ steps.benchmarks_only.outputs.result }}'

0 commit comments

Comments
 (0)