Skip to content

Commit fb292d6

Browse files
build: changed use of github var in ci
Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent 5c86d1d commit fb292d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/antora-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
working-directory: generator
4040
run: |
4141
echo "$GITHUB_REF_NAME"
42-
sed -i -E "s/(branches\:) \[antora\/base-antora-setup\] \# osi-documentation/\1 [${GITHUB_REF_NAME}] \# osi-documentation/" site.yml
42+
sed -i -E "s/(branches\:) \[antora\/base-antora-setup\] \# osi-documentation/\1 [$GITHUB_REF_NAME] \# osi-documentation/" site.yml
4343
cat site.yml
4444
sed -i -E "s/cd repo/cd generator/" run-build.sh
4545
cat run-build.sh

0 commit comments

Comments
 (0)