Skip to content

Commit 49943f6

Browse files
authored
Fix an issue in PR labeling workflow (#25428)
* Fix an issue in PR labeling workflow * Update pr-labeled.yml * Update pr-labeled.yml * Update pr-labeled.yml * Update pr-labeled.yml
1 parent 34885ff commit 49943f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-labeled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
shell: pwsh
2323
env:
2424
LABEL: ${{ github.event.label.name }}
25-
run: .github/workflows/script/PrLabeled.ps1 -LabelName "$LABEL" -PrUrl $env:PR
25+
run: .github/workflows/script/PrLabeled.ps1 -LabelName $env:LABEL -PrUrl $env:PR

0 commit comments

Comments
 (0)