Skip to content

Commit

Permalink
"Updated workflow to set environment variable OWNERS and use it in ec…
Browse files Browse the repository at this point in the history
…ho statement"
  • Loading branch information
githubofkrishnadhas committed Jun 25, 2024
1 parent 29da67f commit 6f39984
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/add_owner_to_app_registration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
terraform apply --auto-approve "plan.out"
- name: Owners added for App registration
run: echo "App registration owners - ${{ github.event.inputs.app_registration_owners }}"
env:
OWNERS: ${{ github.event.inputs.app_registration_owners }}
run: |
echo "App registration owners - $OWNERS"
- name: Process Completed
run: echo "Completed...."

0 comments on commit 6f39984

Please sign in to comment.