Skip to content

Commit 270582a

Browse files
correcting typo mistake
Co-authored-by: Paweł Rynarzewski <92171763+pawel-rynarzewski-c8y@users.noreply.github.com>
1 parent 58674f3 commit 270582a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
gh label create "${LABEL_NAME}" \
5555
--description "Indicates broken links in branch ${{ matrix.branch }}"
5656
fi
57-
echo "label=$LABEL_NAME" >> $GITHUB_OUTPU
57+
echo "label=$LABEL_NAME" >> $GITHUB_OUTPUT
5858
5959
- name: Create GitHub issue if tests fail
6060
if: failure()

0 commit comments

Comments
 (0)