Skip to content

Commit 0d640c3

Browse files
authored
fix(container): env var update (#29) (#30)
Signed-off-by: Alexandre Philibeaux <[email protected]>
1 parent 00bc580 commit 0d640c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
if: always()
114114
with:
115115
step: finish
116-
env: ${{ env.DEPLOYMENT_NAME }}
116+
env: ${{ env.BRANCH_SLUG }}
117117
token: ${{ env.GH_TOKEN }}
118118
auto_inactive: true
119119
# This will now be automatically handled by github with the auto_inactive

0 commit comments

Comments
 (0)