From 18906c6874ae4f3a5b000a4de23cf8e0e4b55257 Mon Sep 17 00:00:00 2001 From: Olivier ORAND Date: Tue, 16 Jan 2024 08:13:46 +0000 Subject: [PATCH] chore(github-action): fix test repo reference --- .github/workflows/on-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-commit.yml b/.github/workflows/on-commit.yml index 555bf14..9f2a2a4 100644 --- a/.github/workflows/on-commit.yml +++ b/.github/workflows/on-commit.yml @@ -11,7 +11,7 @@ jobs: id: checkout_test_repo uses: actions/checkout@v4 with: - repository: 'create-bosh-release-action-test-boshrelease' + repository: 'orange-cloudfoundry/create-bosh-release-action-test-boshrelease' fetch-depth: 0 - name: Test dev release