Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Oct 17, 2022
1 parent 53539d5 commit 5c27310
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ then

if echo "$RELEASE_DRAFT_BODY" | egrep "$INTERESTING_CATEGORIES"
then
echo "::set-output name=interesting::true"
echo "interesting=true" >> $GITHUB_OUTPUT
else
echo "::set-output name=interesting::false"
echo "interesting=false" >> $GITHUB_OUTPUT
fi
else
echo "::set-output name=interesting::true"
echo "interesting=true" >> $GITHUB_OUTPUT
fi

0 comments on commit 5c27310

Please sign in to comment.