We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d709856 commit a9e6b5dCopy full SHA for a9e6b5d
1 file changed
.github/workflows/CD.yml
@@ -55,7 +55,7 @@ jobs:
55
else
56
echo "Invalid branch name!" && exit 1
57
fi
58
- echo "STACK_NAME=ReservationApiStack" >> $GITHUB_ENV
+ echo "STACK_NAME=ReservationStackScheduleANDCourts${{env.STAGE}}" >> $GITHUB_ENV
59
60
- name: Fetch config from SSM
61
run: |
0 commit comments