Skip to content

Commit 0b4af25

Browse files
committed
Update comments
1 parent 2a82a18 commit 0b4af25

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update_contributors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
update-contributors:
3838

3939
# Define a display name:
40-
name: 'Update contributors list'
40+
name: 'Update contributors'
4141

4242
# Only run this job if the pull request was merged (or the job was triggered manually):
4343
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
@@ -66,7 +66,7 @@ jobs:
6666
timeout-minutes: 10
6767

6868
# Update the contributors list:
69-
- name: 'Update contributors list'
69+
- name: 'Update contributors'
7070
id: update-contributors
7171
run: |
7272
make update-contributors

.github/workflows/update_package_meta_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
update:
3737

3838
# Define a display name:
39-
name: 'Update package meta data'
39+
name: 'Update meta data'
4040

4141
# Define the type of virtual host machine:
4242
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)