Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsln committed Sep 12, 2023
1 parent 07273ce commit 2ee60aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
PROJECT_NAME: ${{ vars.DEPLOY_PROJECT_NAME }}
run: |
echo "VERSION_TAG=pr-${PR}" >> $GITHUB_ENV
echo "COMPOSE_PROJECT_NAME=${PROJECT_NAME}-pr-${PR} >> $GITHUB_ENV
echo "COMPOSE_PROJECT_NAME=${PROJECT_NAME}-pr-${PR}" >> $GITHUB_ENV
- uses: arwynfr/actions-docker-context@v2
with:
Expand Down

0 comments on commit 2ee60aa

Please sign in to comment.