Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
fix: Removing unnecessary toJson
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar committed Apr 23, 2024
1 parent e4d3935 commit a67a344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ runs:
shell: bash
if: ${{ inputs.cache != '' }}
env:
GRUNTWORK_CONFIG_FILE: ${{ toJson(fromJson(inputs.cache || '{}').gruntwork_config_file) }}
GRUNTWORK_CONFIG_FILE: ${{ fromJson(inputs.cache || '{}').gruntwork_config_file }}
ROLE_NAME: ${{ fromJson(inputs.cache || '{}').role_name }}
ROLE_SESSION_NAME: ${{ fromJson(inputs.cache || '{}').role_session_name }}
PR_NUMBER: ${{ fromJson(inputs.cache || '{}').pr_number }}
Expand Down

0 comments on commit a67a344

Please sign in to comment.