fix: switch to git tag as opposed to full sha (#1024)

This commit is contained in:
Tonye Jack 2023-03-14 11:01:26 -06:00 committed by GitHub
parent 03d80c561a
commit 32a737ef81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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@cebfb084cdf62d72c5318b1b3595ac5a45ed022f # renovate: tag=v16.11 uses: tj-actions/glob@v16.11
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@ee0fd2ce53e57fa50da61615cd644018eaf3ab6c # renovate: tag=v1.3.0 uses: tj-actions/json2file@v1.3.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) }}