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 }}