Skip to content

Commit

Permalink
Fixed extra white space
Browse files Browse the repository at this point in the history
  • Loading branch information
ToreMerkely committed Aug 9, 2024
1 parent 241cbbc commit e2f54da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/init_kosli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
# --attachments="${FAILED_PRS_FILENAME}"
# New way where all commits have their own attestation
if [ ${{github.ref}} = "refs/heads/main " ]; then
if [ ${{github.ref}} = "refs/heads/main" ]; then
CODE_REVIEW_FLOW=cli-code-reviews
else
CODE_REVIEW_FLOW=cli-release-code-reviews
Expand Down

0 comments on commit e2f54da

Please sign in to comment.