File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed
Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change 1313 required : true
1414 type : string
1515 default : next
16- changelog_path :
17- description : ' Relative path to changelog in calling repo'
18- required : false
19- type : string
20- default : ./CHANGELOG.md
21- readme_path :
22- description : ' Relative path to readme file in calling repo'
23- required : false
24- type : string
25- default : ./src/readme.txt
26- model :
27- description : ' LLM model to use for generation'
28- required : false
29- type : string
30- default : gpt-5-mini
3116
3217jobs :
3318 version :
9883 --field repo="${{ github.repository }}" \
9984 --field branch="${{ github.ref_name }}" \
10085 --field version="${{ needs.version.outputs.tag }}" \
101- --field changelog_path="${{ github.event.inputs.changelog_path || './CHANGELOG.md' }}" \
102- --field readme_path="${{ github.event.inputs.readme_path || './src/readme.txt' }}" \
103- --field model="${{ github.event.inputs.model || 'gpt-5-mini' }}"; then
86+ --field readme_path="./src/readme.txt" \
10487 echo "::error::Failed to dispatch workflow '$workflow_file' in $target_repo"
10588 exit 1
10689 fi
You can’t perform that action at this time.
0 commit comments