Skip to content

Commit bca2191

Browse files
acogoluegnesdumbbell
authored andcommitted
GitHub Actions: Fix several outdated comments
(cherry picked from commit 29618a2)
1 parent e1ca279 commit bca2191

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release-4.1.x-alphas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Compute prerelease identifier from commit SHA
1919
run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
20-
- name: Trigger a 4.0.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
20+
- name: Trigger a 4.1.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
2121
uses: peter-evans/repository-dispatch@v4
2222
with:
2323
token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}

.github/workflows/release-4.2.x-alphas.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
# 4.2.x
7-
- "main"
6+
- "v4.2.x"
87
paths:
98
- "deps/*/src/**"
109
- 'deps/rabbitmq_management/priv/**'
@@ -18,7 +17,7 @@ jobs:
1817
steps:
1918
- name: Compute prerelease identifier from commit SHA
2019
run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
21-
- name: Trigger a 4.0.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
20+
- name: Trigger a 4.2.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
2221
uses: peter-evans/repository-dispatch@v4
2322
with:
2423
token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}

0 commit comments

Comments
 (0)