Skip to content

Commit

Permalink
set output to true instead of files (#5085)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp authored Oct 8, 2024
1 parent 0a1f357 commit ba3a84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/recommend-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if [ -z "$DIFF" ]; then
echo "diff=" >> $GITHUB_OUTPUT
else
echo "diff=$DIFF" >> $GITHUB_OUTPUT
echo "diff=true" >> $GITHUB_OUTPUT
fi
- name: Has diff?
Expand Down

0 comments on commit ba3a84a

Please sign in to comment.