mirror of
https://github.com/tj-actions/changed-files
synced 2025-07-05 11:12:55 +02:00
Compare commits
14 commits
main
...
v35.7.6-se
Author | SHA1 | Date | |
---|---|---|---|
|
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_FETCH_DEPTH: ${{ inputs.fetch_depth }}
|
||||||
INPUT_SINCE_LAST_REMOTE_COMMIT: ${{ inputs.since_last_remote_commit }}
|
INPUT_SINCE_LAST_REMOTE_COMMIT: ${{ inputs.since_last_remote_commit }}
|
||||||
- name: Glob match
|
- name: Glob match
|
||||||
uses: tj-actions/glob@v16.12
|
uses: tj-actions/glob@fe0bac2f371d720eeb46b5e4afd13ab34305db35 # v16.12
|
||||||
id: glob
|
id: glob
|
||||||
with:
|
with:
|
||||||
files: ${{ inputs.files }}
|
files: ${{ inputs.files }}
|
||||||
|
@ -255,7 +255,7 @@ runs:
|
||||||
INPUT_HAS_CUSTOM_PATTERNS: ${{ steps.glob.outputs.has-custom-patterns }}
|
INPUT_HAS_CUSTOM_PATTERNS: ${{ steps.glob.outputs.has-custom-patterns }}
|
||||||
INPUT_JSON_RAW_FORMAT: ${{ inputs.json_raw_format }}
|
INPUT_JSON_RAW_FORMAT: ${{ inputs.json_raw_format }}
|
||||||
- name: Generate output files
|
- 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'
|
if: inputs.write_output_files == 'true'
|
||||||
with:
|
with:
|
||||||
outputs: ${{ toJSON(steps.changed-files.outputs) }}
|
outputs: ${{ toJSON(steps.changed-files.outputs) }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue