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 4141 env :
4242 ARTIFACTORY_USERNAME : ${{ secrets.ARTIFACTORY_USERNAME }}
4343 ARTIFACTORY_PASSWORD : ${{ secrets.ARTIFACTORY_PASSWORD }}
44- REFERENCE : ${{ github.event.inputs.build-refname }}
44+ BUILD_REFNAME : ${{ github.event.inputs.build-refname }}
4545 BUILD_VERSION : ${{ github.event.inputs.build-version }}
4646 run : node run.js --no-checkout
4747 - name : Sync Documentation
5252 docs-ssh-key : ${{ secrets.DOCS_SSH_KEY }}
5353 docs-ssh-host-key : ${{ secrets.DOCS_SSH_HOST_KEY }}
5454 httpdocs-path : /spring-boot/antora/reference
55+ env :
56+ BUILD_REFNAME : ${{ github.event.inputs.build-refname }}
57+ BUILD_VERSION : ${{ github.event.inputs.build-version }}
5558 - name : Bust Cloudflare Cache
5659 uses :
spring-io/spring-doc-actions/[email protected] 5760 with :
You can’t perform that action at this time.
0 commit comments