Skip to content

Commit 14c98e9

Browse files
author
Somnath Mukherjee
committed
[menu_get_svc] added env accountid extraction v2
1 parent be2f9be commit 14c98e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: set-env
5252
run: |
5353
ENVIRONMENT=${{ github.event.inputs.environment || 'dev' }}
54-
echo "ENVIRONMENT=${ENVIRONMENT}" >> $
54+
echo "ENVIRONMENT=${ENVIRONMENT}" >> $GITHUB_ENV
5555
echo "ENVIRONMENT_UPPER=$(echo $ENVIRONMENT | tr '[:lower:]' '[:upper:]')" >> $GITHUB_ENV
5656
5757
- name: Extract AWS Account ID from Secret

0 commit comments

Comments
 (0)