Skip to content

Commit 5627cc3

Browse files
committed
Improve tag-if-missing job display name
This removes the duplicate wording from the caller's workflow name.
1 parent 4f74203 commit 5627cc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag-if-missing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
tag_if_missing:
20-
name: tag if missing
20+
name: ensure tag exists
2121
runs-on: ubuntu-latest
2222
steps:
2323
- id: generate_token

0 commit comments

Comments
 (0)