Skip to content

Commit

Permalink
Fix setting variable (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rutger505 authored Nov 6, 2024
1 parent d7bc2f3 commit c4a4148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-pull-request-deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "environment=$ENVIRONMENT" >> $GITHUB_OUTPUT
echo "Setting namespace to $NAMESPACE"
echo "namespace=portfolio-$ENVIRONMENT" >> $GITHUB_OUTPUT
echo "namespace=$NAMESPACE" >> $GITHUB_OUTPUT
- name: Safety check
run: |
Expand Down

0 comments on commit c4a4148

Please sign in to comment.