Skip to content

Commit 00dcdc8

Browse files
Merge pull request #901 from github/robertbrignull/fix-dynamic-workflow
Use run-name which can accept dynamic expressions
2 parents c9ff475 + 96f34a1 commit 00dcdc8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

variant-analysis-workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
name: ${{ github.event.inputs.workflow_name }}
1+
name: CodeQL Variant Analysis
2+
# `run-name` can contain expressions, and will override the `name` once the workflow starts running
3+
run-name: ${{ github.event.inputs.workflow_name }}
24

35
env:
46
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: true

0 commit comments

Comments
 (0)