Skip to content

Commit

Permalink
quote?
Browse files Browse the repository at this point in the history
  • Loading branch information
THWiseman committed Dec 8, 2023
1 parent 1c85d6d commit b84e52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scalafmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
shell: bash
- name: Run ScalaFmt
run: |
if [[ ${{ steps.check-comment.outputs.comment-triggered }} == 'true' ]]; then
if [[ ${{ steps.check-comment.outputs.comment-triggered }} == true ]]; then
echo "PR Comment Detected. Formatting, committing, and pushing formatted scala code.
sbt scalaFmtAll
git config --global user.email "${{ steps.check-comment.outputs.comment-author-email }}"
Expand Down

0 comments on commit b84e52b

Please sign in to comment.