Skip to content

Commit 248900e

Browse files
committed
notes
Signed-off-by: Rishav Dhar <[email protected]>
1 parent 7da3c29 commit 248900e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
*
44
[![GitHub repository stargazers](https://img.shields.io/github/stars/op5dev/changed-diff-tree)](https://github.com/op5dev/changed-diff-tree "Become a stargazer.")
55

6-
# Changed Diff-Tree
6+
# Changed Diff-Tree ±
77

88
Git diff-tree for a list of changed files or directories between branches with GitHub Action event triggers.
99

10+
TODO: https://github.com/orgs/community/discussions/25950
11+
1012
## Parameters
1113

1214
### Inputs

action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ inputs:
3737
format:
3838
required: false
3939
description: "Format output as: 'raw', 'json', or 'matrix'."
40+
default: "raw"
4041
token:
4142
required: true
4243
description: "GitHub access token with 'read:org' scope (e.g., secrets.CI_PAT)."
44+
default: ${{ secrets.GITHUB_TOKEN }}
4345

4446
branding:
4547
color: gray-dark

0 commit comments

Comments
 (0)