Skip to content

Commit 3bc1923

Browse files
authored
ci: Fix additional label (#16085)
OK, general label adding works now, but the additional labels had a typo, oops...
1 parent 4e82018 commit 3bc1923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-package-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ jobs:
159159
if: steps.additionalLabel.outputs.label != ''
160160
uses: actions-ecosystem/action-add-labels@v1
161161
with:
162-
labels: ${{ steps.packageLabel.outputs.label }}
162+
labels: ${{ steps.additionalLabel.outputs.label }}

0 commit comments

Comments
 (0)