File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,21 +29,21 @@ outputs:
29
29
30
30
inputs :
31
31
source_ref :
32
- required : false
33
- description : " Source branch or commit SHA to compare from."
34
32
default : " "
35
- target_ref :
33
+ description : " Source branch or commit SHA to compare from. "
36
34
required : false
37
- description : " Target branch or commit SHA to compare against. "
35
+ target_ref :
38
36
default : " "
39
- format :
37
+ description : " Target branch or commit SHA to compare against. "
40
38
required : false
41
- description : " Format output as: 'raw', 'json', or 'matrix'. "
39
+ format :
42
40
default : " raw"
41
+ description : " Format output as: 'raw', 'json', or 'matrix'."
42
+ required : false
43
43
token :
44
- required : true
44
+ default : ${{ github.token }}
45
45
description : " GitHub access token with 'read:org' scope (e.g., secrets.CI_PAT)."
46
- default : ${{ secrets.GITHUB_TOKEN }}
46
+ required : true
47
47
48
48
branding :
49
49
color : gray-dark
You can’t perform that action at this time.
0 commit comments