Skip to content

Commit

Permalink
inverting for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Nov 20, 2024
1 parent 862afb3 commit fbd67a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/check-for-changes-since-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
echo "$new_commits commits since ${{ inputs.tag }} tag"
if [ $new_commits -gt 0 ]; then
echo "has_changes=true" >> $GITHUB_OUTPUT
else
echo "has_changes=false" >> $GITHUB_OUTPUT
else
echo "has_changes=true" >> $GITHUB_OUTPUT
fi

0 comments on commit fbd67a9

Please sign in to comment.