We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1824e4d commit 8695d5aCopy full SHA for 8695d5a
.github/workflows/build.yml
@@ -16,6 +16,8 @@ permissions:
16
pages: write
17
id-token: write
18
19
+run-name: Build ${{ github.event.inputs.repo }}
20
+
21
jobs:
22
deploy:
23
concurrency:
.github/workflows/tag.yml
@@ -14,7 +14,8 @@ on:
14
tag:
15
description: 'tag name'
required: true
-run-name: ${{ github.event.inputs.repo }}
+run-name: Tag ${{ github.event.inputs.repo }}@${{ github.event.inputs.tag }}
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
0 commit comments