We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a82a18 commit 0b4af25Copy full SHA for 0b4af25
2 files changed
.github/workflows/update_contributors.yml
@@ -37,7 +37,7 @@ jobs:
37
update-contributors:
38
39
# Define a display name:
40
- name: 'Update contributors list'
+ name: 'Update contributors'
41
42
# Only run this job if the pull request was merged (or the job was triggered manually):
43
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
@@ -66,7 +66,7 @@ jobs:
66
timeout-minutes: 10
67
68
# Update the contributors list:
69
- - name: 'Update contributors list'
+ - name: 'Update contributors'
70
id: update-contributors
71
run: |
72
make update-contributors
.github/workflows/update_package_meta_data.yml
@@ -36,7 +36,7 @@ jobs:
36
update:
- name: 'Update package meta data'
+ name: 'Update meta data'
# Define the type of virtual host machine:
runs-on: ubuntu-latest
0 commit comments