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 34885ff commit 49943f6Copy full SHA for 49943f6
.github/workflows/pr-labeled.yml
@@ -22,4 +22,4 @@ jobs:
22
shell: pwsh
23
env:
24
LABEL: ${{ github.event.label.name }}
25
- run: .github/workflows/script/PrLabeled.ps1 -LabelName "$LABEL" -PrUrl $env:PR
+ run: .github/workflows/script/PrLabeled.ps1 -LabelName $env:LABEL -PrUrl $env:PR
0 commit comments