Skip to content

Commit

Permalink
rm unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Oct 15, 2024
1 parent 4be6671 commit 953c5ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/tf-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ runs:
shell: bash
env:
RESOURCE_GROUP_NAME: ${{ inputs.azure-resource-group }}
NAME: ${{ inputs.app-name }}
run: |
echo resource_group_name=\""$RESOURCE_GROUP_NAME"\" >> terraform.tfvars
echo name=\""$NAME"\" >> terraform.tfvars
Expand Down

0 comments on commit 953c5ca

Please sign in to comment.