mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Fix markdown output by adding closing brackets
Closes #40297 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
7aebcad73f
commit
de213027a0
2
.github/workflows/label.yml
vendored
2
.github/workflows/label.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
fi
|
||||
|
||||
echo "Label: $LABEL"
|
||||
echo "**Label:** [$LABEL](https://github.com/$GITHUB_REPOSITORY/labels/$LABEL" >> $GITHUB_STEP_SUMMARY
|
||||
echo "**Label:** [$LABEL](https://github.com/$GITHUB_REPOSITORY/labels/$LABEL)" >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
gh api "/repos/$GITHUB_REPOSITORY/labels/$LABEL" --silent 2>/dev/null || gh label create -R "$GITHUB_REPOSITORY" "$LABEL" -c "0E8A16"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user