Skip to content

Commit fcd70ee

Browse files
committed
Broken docs build
1 parent b1c36cd commit fcd70ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ jobs:
2727
cache: maven
2828
- name: Set up refname build
2929
if: github.event.inputs.build-refname
30-
env:
31-
BUILD_REFNAME=${{ github.event.inputs.build-refname }}
3230
run: |
3331
git fetch --depth 1 https://github.com/$GITHUB_REPOSITORY "$BUILD_REFNAME"
32+
export BUILD_REFNAME=${{ github.event.inputs.build-refname }}
3433
echo "BUILD_REFNAME=$BUILD_REFNAME" >> $GITHUB_ENV
3534
export BUILD_VERSION=$(git cat-file --textconv FETCH_HEAD:pom.xml | python3 -c "import xml.etree.ElementTree as xml; from sys import stdin; print(xml.parse(stdin).getroot().find('{http://maven.apache.org/POM/4.0.0}version').text)")
3635
echo BUILD_VERSION=$BUILD_VERSION >> $GITHUB_ENV

0 commit comments

Comments
 (0)