Clean up variable name to reflect usage. (#327)

This commit is contained in:
Tonye Jack
2022-01-25 23:10:53 -05:00
committed by GitHub
parent b94745bfeb
commit 20f6f68d34
2 changed files with 15 additions and 14 deletions

View File

@@ -127,6 +127,7 @@ runs:
with:
files: ${{ steps.source-input-files.outputs.files }}
files-separator: " "
separator: "|"
- run: |
bash $GITHUB_ACTION_PATH/entrypoint.sh
id: changed-files
@@ -140,7 +141,7 @@ runs:
INPUT_SHA: ${{ inputs.sha }}
INPUT_BASE_SHA: ${{ steps.base-sha.outputs.base_sha }}
INPUT_TOKEN: ${{ inputs.token }}
INPUT_FILES: ${{ steps.glob.outputs.paths }}
INPUT_FILES_PATTERN: ${{ steps.glob.outputs.paths }}
INPUT_SEPARATOR: ${{ inputs.separator }}
INPUT_PATH: ${{ inputs.path }}