Skip to content

Commit 7800ae7

Browse files
committed
fix default input
Signed-off-by: Rishav Dhar <[email protected]>
1 parent ad18b7d commit 7800ae7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

action.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ outputs:
2929

3030
inputs:
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

4848
branding:
4949
color: gray-dark

0 commit comments

Comments
 (0)