Skip to content

Commit e5747fe

Browse files
committed
Use env.GENERATED_BRANCH_NAME
1 parent 0d4959d commit e5747fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Push generated antora files to the spring-generated-docs
2121
uses: JamesIves/[email protected]
2222
with:
23-
branch: ${GENERATED_BRANCH_NAME} # The branch the action should deploy to.
23+
branch: ${{ env.GENERATED_BRANCH_NAME }} # The branch the action should deploy to.
2424
folder: "docs/build/generateAntora" # The folder the action should deploy.
2525
repository-name: "spring-io/spring-generated-docs"
2626
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}

0 commit comments

Comments
 (0)