Skip to content

Commit

Permalink
explicitly set output false
Browse files Browse the repository at this point in the history
  • Loading branch information
diehlbw committed Jun 6, 2024
1 parent 7047cde commit c270f59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
if [[ $labels != *"skip changelog"* ]]; then
echo "needs entry"
echo "needs_entry=true" >> "$GITHUB_OUTPUT"
else
echo "skip changelog"
echo "needs_entry=false" >> "$GITHUB_OUTPUT"
fi
outputs:
needs_entry: ${{ steps.check-labels.outputs.needs_entry }}
Expand Down

0 comments on commit c270f59

Please sign in to comment.