Skip to content

Commit 701dc16

Browse files
Alpha builds workflow: fix a typo
1 parent 5f9c562 commit 701dc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alpha-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
-H "Accept: application/vnd.github+json" \
2727
-H "Authorization: Bearer ${{ secrets.RABBITMQCI_BOT_TOKEN }}" \
2828
-H "X-GitHub-Api-Version: 2022-11-28" \
29-
https://api.github.com/repos/rabbitmq/${{ env.DEV_WORKFLOW_REPOSITORY }}/dispatches \
29+
https://api.github.com/repos/${{ env.DEV_WORKFLOW_REPOSITORY }}/dispatches \
3030
-d '{ \
3131
"event_type": "new_4.1.x_alpha", \
3232
"client_payload": { \

0 commit comments

Comments
 (0)