File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 3232 description : Flag indicating if Maven `install` goal should be run before running the `site` goal
3333 default : false
3434 type : boolean
35- source-branch :
36- description : |
37- The branch, tag, or SHA to checkout and run the Maven `site` goal on.
38- When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event.
39- Otherwise, the default branch of the repository will be used.
40- default : " "
41- type : string
4235 target-branch :
4336 description : The name of the branch the generated site content will be written to
4437 required : true
6255
6356 - name : Checkout the source branch
6457 uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2
65- with :
66- ref : ${{ inputs.source-branch }}
6758
6859 - name : Set up Java
6960 uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # 3.7.0
Original file line number Diff line number Diff line change 6363 profile: ~
6464 whoami: ${{ github.ref_name }}-out
6565 subdir: content/logging-parent
66- source-branch : ${{ github.ref_name }}
6766 target-branch : ${{ github.ref_name }}-out
6867
6968 export-version :
You can’t perform that action at this time.
0 commit comments