From 9a0cc4cd4ad0e756b0d23b9fd7d85955c2b9467a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Thu, 19 Sep 2024 15:18:26 +0300 Subject: [PATCH] test the correct repository branch ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/workflows/deploy-docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 3542ea1058..32374044ab 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -20,7 +20,7 @@ on: jobs: prevent-no-label-execution: - uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@build/deploy-docd-pathspec + uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v1 with: label: tag:deploy-docs @@ -36,7 +36,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Deploy docs - uses: autowarefoundation/autoware-github-actions/deploy-docs@v1 + uses: autowarefoundation/autoware-github-actions/deploy-docs@build/deploy-docd-pathspec with: token: ${{ secrets.GITHUB_TOKEN }} latest: ${{ github.event_name != 'pull_request_target' && github.ref_name == github.event.repository.default_branch }}