Skip to content

Commit

Permalink
Merge pull request #3 from smile-io/xavi/fix_2
Browse files Browse the repository at this point in the history
Adding env variables from inputs
  • Loading branch information
xurtasun authored Oct 9, 2023
2 parents dd718b2 + 3ce41f3 commit b959074
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,10 @@ runs:
steps:
- name: Execute Terragrunt
shell: bash
run: bash ${{ github.action_path }}/src/main.sh
env:
INPUT_TF_VERSION: ${{ inputs.tf_version }}
INPUT_TG_VERSION: ${{ inputs.tg_version }}
INPUT_TG_COMMAND: ${{ inputs.tg_command }}
INPUT_TG_COMMENT: ${{ inputs.tg_comment }}
INPUT_TG_DIR: ${{ inputs.tg_dir }}
run: bash ${{ github.action_path }}/src/main.sh

0 comments on commit b959074

Please sign in to comment.