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 @@ -129,8 +129,8 @@ jobs:
129129 commit-message : " [Academy] Academy content update v${{ github.event.inputs.version }}"
130130 # committer: l5io
131131 signoff : true
132- title : " ${{ github.event.inputs.academy-name }} ${{ github.event.inputs.version }} content update"
133- body : " Automated PR for ${{ github.event.inputs.academy-name }} ${{ github.event.inputs.version }} (organization: ${{ github.event.inputs.orgId || 'manual' }})."
132+ title : " ${{ inputs.academy-name || github.event.inputs.academy-name }} ${{ github.event.inputs.version }} content update"
133+ body : " Automated PR for ${{ inputs.academy-name || github.event.inputs.academy-name }} ${{ github.event.inputs.version }} (organization: ${{ github.event.inputs.orgId || 'manual' }})."
134134 # branch: academy-${{ github.event.inputs.version }}-${{ github.run_number }}
135135 labels : academy
136136 delete-branch : true
You can’t perform that action at this time.
0 commit comments