Skip to content

Commit c60e0f1

Browse files
authored
Merge pull request #85 from jongwooo/docs/replace-deprecated-command-with-environment-file
Replace deprecated command with environment file
2 parents d0a23b7 + d60b709 commit c60e0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
ENVIRONMENT=`echo $REPO | tr "/" "-"`
110110
echo "Environment name: $ENVIRONMENT"
111-
echo "::set-output name=environment::$ENVIRONMENT"
111+
echo "environment=$ENVIRONMENT" >> $GITHUB_OUTPUT
112112
113113
- name: Deploy Amazon EKS Cluster
114114
id: eks-cluster

0 commit comments

Comments
 (0)