Skip to content

Commit

Permalink
feat: Add support filter and rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Jul 12, 2024
1 parent b6a9a70 commit a36f41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ runs:
image: Dockerfile
env:
INPUT_YAML_FILE_PATH: "${{ inputs.file-path }}"
INPUT_YAML_FILTERING_KEYS: "${{ inputs.filtering-keys }}"
INPUT_YAML_RENAMING_OUTPUTS: "${{ inputs.renaming-outputs }}"
#INPUT_YAML_FILTERING_KEYS: "${{ inputs.filtering-keys }}"
#INPUT_YAML_RENAMING_OUTPUTS: "${{ inputs.renaming-outputs }}"

0 comments on commit a36f41d

Please sign in to comment.