8000 .github: Set dynamc run-name to distinguish package name (#16) · python/cpython-devcontainers@5c70ea8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c70ea8

Browse files
authored
.github: Set dynamc run-name to distinguish package name (#16)
1 parent a17eaac commit 5c70ea8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- autoconf
1313
- devcontainer
1414

15+
run-name: "Release: ${{ inputs.package }}"
16+
1517
jobs:
1618
release-to-ghcr:
1719
concurrency:

0 commit comments

Comments
 (0)
0