File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
18
18
run : ./gradlew :spring-security-docs:generateAntora
19
19
- name : Extract Branch Name
20
20
id : extract_branch_name
21
- run : echo "##[set-output name=branch_name ;]$(echo ${GITHUB_REF##*/})"
21
+ run : echo "##[set-output name=generated_branch_name ;]$(echo ${GITHUB_REPOSITORY}/ ${GITHUB_REF##*/})"
22
22
- name : Push generated antora files to the spring-generated-docs
23
23
24
24
with :
25
- branch : ${{ steps.extract_branch_name.outputs.branch_name }} # The branch the action should deploy to.
25
+ branch : ${{ steps.extract_branch_name.outputs.generated_branch_name }} # The branch the action should deploy to.
26
26
folder : " docs/build/generateAntora" # The folder the action should deploy.
27
27
repository-name : " spring-io/spring-generated-docs"
28
28
token : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
You can’t perform that action at this time.
0 commit comments