We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d686d08 commit 3953f5aCopy full SHA for 3953f5a
.github/workflows/deploy-docs.yml
@@ -35,7 +35,7 @@ jobs:
35
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
36
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
37
REFERENCE: ${{ github.event.inputs.build-refname }}
38
- BUILD_VERSION: ${{ github.event.inputs.build-refname }}
+ BUILD_VERSION: ${{ github.event.inputs.build-version }}
39
run: npx antora antora-playbook.yml --stacktrace
40
- name: Sync Documentation
41
uses: spring-io/spring-doc-actions/[email protected]
0 commit comments