Skip to content

Commit 6d4096a

Browse files
committed
refactor: update step names to improve clarity in meeting artifact workflows
1 parent 26dc685 commit 6d4096a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-meeting-artifacts-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install dependencies
4949
run: npm ci
5050

51-
- name: Read USER field from meeting_base file
51+
- name: Read Meeting Variables
5252
id: read-vars
5353
run: |
5454
meeting_group="${{ github.event.inputs.meeting_group }}"

.github/workflows/create-meeting-artifacts-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install dependencies
4747
run: npm ci
4848

49-
- name: Read USER field from meeting_base file
49+
- name: Read Meeting Variables
5050
id: read-vars
5151
run: |
5252
meeting_group="${{ matrix.meeting_group }}"

0 commit comments

Comments
 (0)