File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,21 +29,21 @@ outputs:
2929
3030inputs :
3131 source_ref :
32- required : false
33- description : " Source branch or commit SHA to compare from."
3432 default : " "
35- target_ref :
33+ description : " Source branch or commit SHA to compare from. "
3634 required : false
37- description : " Target branch or commit SHA to compare against. "
35+ target_ref :
3836 default : " "
39- format :
37+ description : " Target branch or commit SHA to compare against. "
4038 required : false
41- description : " Format output as: 'raw', 'json', or 'matrix'. "
39+ format :
4240 default : " raw"
41+ description : " Format output as: 'raw', 'json', or 'matrix'."
42+ required : false
4343 token :
44- required : true
44+ default : ${{ github.token }}
4545 description : " GitHub access token with 'read:org' scope (e.g., secrets.CI_PAT)."
46- default : ${{ secrets.GITHUB_TOKEN }}
46+ required : true
4747
4848branding :
4949 color : gray-dark
You can’t perform that action at this time.
0 commit comments