mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-08 11:50:29 -07:00
docs: fix typo in href target generation
This commit is contained in:
parent
b974bf1967
commit
b91c9e17fc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
||||||
type="$(echo $frag|cut -d~ -f3)"
|
type="$(echo $frag|cut -d~ -f3)"
|
||||||
msg="$(echo $frag|cut -d~ -f4|sed 's/`/``/g')"
|
msg="$(echo $frag|cut -d~ -f4|sed 's/`/``/g')"
|
||||||
if [[ "${TYPES[*]}" =~ "${type}" ]]; then
|
if [[ "${TYPES[*]}" =~ "${type}" ]]; then
|
||||||
echo -e "$type:\n - >\n $msg \`#${PR}<https://github.com/ansible-middleware/keycloak/pull/${PR}>\`_" \
|
echo -e "$type:\n - >\n $msg \`#${PR} <https://github.com/ansible-middleware/keycloak/pull/${PR}>\`_" \
|
||||||
> changelogs/fragments/${PR}.yaml
|
> changelogs/fragments/${PR}.yaml
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue