File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 41
41
env :
42
42
ARTIFACTORY_USERNAME : ${{ secrets.ARTIFACTORY_USERNAME }}
43
43
ARTIFACTORY_PASSWORD : ${{ secrets.ARTIFACTORY_PASSWORD }}
44
- REFERENCE : ${{ github.event.inputs.build-refname }}
44
+ BUILD_REFNAME : ${{ github.event.inputs.build-refname }}
45
45
BUILD_VERSION : ${{ github.event.inputs.build-version }}
46
46
run : node run.js --no-checkout
47
47
- name : Sync Documentation
52
52
docs-ssh-key : ${{ secrets.DOCS_SSH_KEY }}
53
53
docs-ssh-host-key : ${{ secrets.DOCS_SSH_HOST_KEY }}
54
54
httpdocs-path : /spring-boot/antora/reference
55
+ env :
56
+ BUILD_REFNAME : ${{ github.event.inputs.build-refname }}
57
+ BUILD_VERSION : ${{ github.event.inputs.build-version }}
55
58
- name : Bust Cloudflare Cache
56
59
uses : spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.17
57
60
with :
You can’t perform that action at this time.
0 commit comments