Skip to content

Commit 550831d

Browse files
authored
revert
1 parent be2e9fd commit 550831d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,13 @@ jobs:
5151
creds: ${{ secrets.AZURE_ACI_CREDENTIALS }}
5252
enable-AzPSSession: true
5353
- name: Setup RabbitMQ
54-
uses: Particular/setup-rabbitmq-action@erl-args
54+
uses: Particular/setup-rabbitmq-action@v1.7.1
5555
with:
5656
connection-string-name: RabbitMQTransport_ConnectionString
5757
tag: RabbitMQTransport
5858
image-tag: 4-management
5959
registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
6060
registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
61-
erl-args: -rabbitmq_management path_prefix "/my-prefix"
6261
- name: Run tests
6362
uses: Particular/[email protected]
6463
with:

0 commit comments

Comments
 (0)