Skip to content

Commit 212928c

Browse files
NdpntMattiSG
authored andcommitted
Simplify job name
1 parent d538974 commit 212928c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
outputs:
88
release-type:
99
description: The release type extracted from changelog
10-
value: ${{ jobs.validate_changelog.outputs.release-type }}
10+
value: ${{ jobs.validate.outputs.release-type }}
1111

1212
jobs:
13-
validate_changelog:
13+
validate:
1414
runs-on: [ ubuntu-latest ]
1515
outputs:
1616
release-type: ${{ steps.validate-changelog.outputs.release-type }}

0 commit comments

Comments
 (0)