From 2d110d457695b2edcc1c748c6383f40922ca18bb Mon Sep 17 00:00:00 2001 From: Clemens Freitag Date: Wed, 15 Oct 2025 17:11:08 +0200 Subject: [PATCH] add commit hash to preview ws name --- .github/workflows/preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 46013bf..2a968a5 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -13,7 +13,7 @@ jobs: CS_TOKEN: ${{ secrets.CS_TOKEN }} CS_TEAM_ID: ${{ vars.CS_TEAM_ID }} CS_API: ${{ vars.CS_API }} - WORKSPACE_NAME: "${{ github.event.pull_request.head.repo.name }}-preview-#${{ github.event.pull_request.number }}" + WORKSPACE_NAME: "${{ github.event.pull_request.head.repo.name }}-preview-#${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }}" REPO_URL: ${{ github.event.pull_request.head.repo.clone_url }} BRANCH_NAME: ${{ github.event.pull_request.head.ref }} IS_PRIVATE_REPO: true