From d0ddfa45e3cd7c571ea5d4e6728b67d30e6ff2b5 Mon Sep 17 00:00:00 2001 From: githubofkrishnadhas Date: Tue, 25 Jun 2024 19:49:24 +0530 Subject: [PATCH] "Removed env block and updated echo statement in 'Owners added for App registration' step" --- .github/workflows/add_owner_to_app_registration.yaml | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/add_owner_to_app_registration.yaml b/.github/workflows/add_owner_to_app_registration.yaml index 86bf255..6a7d80f 100644 --- a/.github/workflows/add_owner_to_app_registration.yaml +++ b/.github/workflows/add_owner_to_app_registration.yaml @@ -47,10 +47,8 @@ jobs: terraform apply --auto-approve "plan.out" - name: Owners added for App registration - env: - OWNERS: ${{ github.event.inputs.app_registration_owners }} run: | - echo "App registration owners - $OWNERS" + echo App registration owners - ${{ inputs.app_registration_owner }} - name: Process Completed run: echo "Completed...." \ No newline at end of file diff --git a/README.md b/README.md index 905da47..f4c1aae 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,4 @@ env: I used Github secrets on the workflow for authentication. -#### Refer [configuring-the-service-principal-in-terraform](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/service_principal_client_secret#configuring-the-service-principal-in-terraform) \ No newline at end of file +####` Refer [configuring-the-service-principal-in-terraform](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/service_principal_client_secret#configuring-the-service-principal-in-terraform) \ No newline at end of file