We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da0f892 + 87dbe1f commit 2ed8286Copy full SHA for 2ed8286
.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
89
echo "AWS_REGION=${{ secrets.AWS_REGION }}" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
90
- name: Setup RabbitMQ
91
if: matrix.transport == 'RabbitMQ'
92
- uses: Particular/setup-rabbitmq-action@v1.7.0
+ uses: Particular/setup-rabbitmq-action@v1.7.1
93
with:
94
connection-string-name: RabbitMQTransport_ConnectionString
95
tag: RabbitMQTransportBridge
0 commit comments