We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4959d commit e5747feCopy full SHA for e5747fe
.github/workflows/build-reference.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Push generated antora files to the spring-generated-docs
21
uses: JamesIves/[email protected]
22
with:
23
- branch: ${GENERATED_BRANCH_NAME} # The branch the action should deploy to.
+ branch: ${{ env.GENERATED_BRANCH_NAME }} # The branch the action should deploy to.
24
folder: "docs/build/generateAntora" # The folder the action should deploy.
25
repository-name: "spring-io/spring-generated-docs"
26
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
0 commit comments