Skip to content

Commit

Permalink
fix: main.yaml, change kafka topic
Browse files Browse the repository at this point in the history
  • Loading branch information
mairess committed Jul 9, 2024
1 parent 875d453 commit 05fc52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: spicyparrot/kafka-kraft-action@v1.1.0
with:
kafka-version: "3.7.0"
kafka-topics: "installationCompleted.request, 1"
kafka-topics: "installationCompleted.request"

env:
MAIL_HOST: ${{ secrets.MAIL_HOST }}
Expand Down

0 comments on commit 05fc52b

Please sign in to comment.