Skip to content

Commit

Permalink
chore: uncapitalize output
Browse files Browse the repository at this point in the history
  • Loading branch information
segallagher committed Jun 11, 2024
1 parent efd30a8 commit cd1bba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
run: |
if [[ "${{ github.event.head_commit.message }}" == "${{ env.COMMIT_MESSAGE }}" ]]; then
echo "Stop action"
echo "CONTINUE=false" >> $GITHUB_OUTPUT
echo "continue=false" >> $GITHUB_OUTPUT
else
echo "Continue with action"
echo "CONTINUE=true" >> $GITHUB_OUTPUT
echo "continue=true" >> $GITHUB_OUTPUT
fi
get-modified-libraries:
Expand Down

0 comments on commit cd1bba6

Please sign in to comment.