Skip to content

Commit 3a15500

Browse files
committed
chore: use full names for jobs
1 parent 8f8e229 commit 3a15500

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Test code
4040
run: bundle exec rake spec
4141
changelog:
42-
name: changelog
42+
name: 'Update CHANGELOG.md'
4343
runs-on: ubuntu-latest
4444
needs: test
4545
if: |
@@ -66,7 +66,7 @@ jobs:
6666
commit_message: 'chore: update changelog'
6767
file_pattern: CHANGELOG.md
6868
tag:
69-
name: metadata
69+
name: 'Set new version in metadata.json'
7070
runs-on: ubuntu-latest
7171
needs: test
7272
if: |
@@ -96,7 +96,7 @@ jobs:
9696
file_pattern: metadata.json
9797

9898
release:
99-
name: release
99+
name: 'Release to Puppet Forge'
100100
runs-on: ubuntu-latest
101101
needs:
102102
- tag

0 commit comments

Comments
 (0)