Skip to content

Commit

Permalink
removed fromJson for map conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
roiklorin committed Oct 13, 2024
1 parent 831f8bb commit 875fca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dsf_poc_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
DESTROY_DELAY_SECONDS: 1800
TF_VAR_additional_tags: ${{ fromJson(inputs.additional_tags) }}
TF_VAR_additional_tags: ${{ inputs.additional_tags }}

permissions:
contents: read
Expand Down

0 comments on commit 875fca7

Please sign in to comment.