Skip to content

Commit 8695d5a

Browse files
authored
Show better name
1 parent 1824e4d commit 8695d5a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ permissions:
1616
pages: write
1717
id-token: write
1818

19+
run-name: Build ${{ github.event.inputs.repo }}
20+
1921
jobs:
2022
deploy:
2123
concurrency:

.github/workflows/tag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ on:
1414
tag:
1515
description: 'tag name'
1616
required: true
17-
run-name: ${{ github.event.inputs.repo }}
17+
18+
run-name: Tag ${{ github.event.inputs.repo }}@${{ github.event.inputs.tag }}
1819

1920
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
2021
permissions:

0 commit comments

Comments
 (0)