mirror of
https://github.com/tj-actions/changed-files
synced 2025-07-05 19:22:56 +02:00
Compare commits
39 commits
main
...
v35.7.10-s
Author | SHA1 | Date | |
---|---|---|---|
|
61bf27253d | ||
|
b94d96993d | ||
|
bcb5d6db09 | ||
|
72a1cb59f1 | ||
|
12aa13dfa1 | ||
|
abcd939b52 | ||
|
04656516ca | ||
|
3f7bf15aae | ||
|
c63215ba0b | ||
|
5438b32774 | ||
|
305db1620f | ||
|
7ee5c43784 | ||
|
66141e8a0e | ||
|
ebfd2c3870 | ||
|
a6efc924ae | ||
|
22bed7e94f | ||
|
ccf1c08720 | ||
|
e4c68648cc | ||
|
7795905b24 | ||
|
1137058ec5 | ||
|
4d35e66a61 | ||
|
2b043ae6b5 | ||
|
8edcb16181 | ||
|
be65417fb0 | ||
|
fa74fb0142 | ||
|
08d9eb8097 | ||
|
e5ed59e264 | ||
|
629250cf1a | ||
|
2f34073ba5 | ||
|
2fe8a8845b | ||
|
ec5407d773 | ||
|
4209d61e09 | ||
|
80c4c32e14 | ||
|
d556775eb5 | ||
|
1f09cf4aa8 | ||
|
07647788d2 | ||
|
0e71968fa5 | ||
|
55b13c5f96 | ||
|
7e64030c44 |
1 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@ runs:
|
|||
INPUT_FETCH_DEPTH: ${{ inputs.fetch_depth }}
|
||||
INPUT_SINCE_LAST_REMOTE_COMMIT: ${{ inputs.since_last_remote_commit }}
|
||||
- name: Glob match
|
||||
uses: tj-actions/glob@v16.14
|
||||
uses: tj-actions/glob@825a28bd3761909f83c56df3a13ccd5dbfa367b6 # v16.14
|
||||
id: glob
|
||||
with:
|
||||
files: ${{ inputs.files }}
|
||||
|
@ -255,7 +255,7 @@ runs:
|
|||
INPUT_HAS_CUSTOM_PATTERNS: ${{ steps.glob.outputs.has-custom-patterns }}
|
||||
INPUT_JSON_RAW_FORMAT: ${{ inputs.json_raw_format }}
|
||||
- name: Generate output files
|
||||
uses: tj-actions/json2file@v1.4.0
|
||||
uses: tj-actions/json2file@c56bc641b77b7b29451be35949e452fcadadf0d0 # v1.4.0
|
||||
if: inputs.write_output_files == 'true'
|
||||
with:
|
||||
outputs: ${{ toJSON(steps.changed-files.outputs) }}
|
||||
|
|
Loading…
Add table
Reference in a new issue