Skip to content

Commit b3a1351

Browse files
committed
Fix build
1 parent 879a124 commit b3a1351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DiploiBuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
REGISTRY: ghcr.io
1212
IMAGE_NAME: ${{ github.repository }}
1313
INITIAL_PROJECT_IMAGE_NAME: ${{ github.repository }}-initial-project
14-
DEMO_TARGET_REPOSITORY: 'https://x-access-token:${{ secrets.DEMO_REPOSITORY_PAT }}@github.com/diploi/${{ github.repository }}-demo.git'
14+
DEMO_TARGET_REPOSITORY: 'https://x-access-token:${{ secrets.DEMO_REPOSITORY_PAT }}@github.com/${{ github.repository }}-demo.git'
1515
DEMO_TAG_NAME: '${GITHUB_REF#refs/tags/}'
1616

1717
jobs:

0 commit comments

Comments
 (0)