From afdff48444d5e75b3101d96273ea4583528274dc Mon Sep 17 00:00:00 2001 From: codeallthethingz Date: Tue, 7 Jan 2025 19:34:52 -0800 Subject: [PATCH] action --- .github/workflows/docs-preview.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml index a3755635..c8ad3e7c 100644 --- a/.github/workflows/docs-preview.yml +++ b/.github/workflows/docs-preview.yml @@ -25,8 +25,9 @@ jobs: fetch-depth: 0 lfs: true path: tbp.monty + - name: Create initial PR comment - uses: ./.github/actions/pin_comment + uses: ./tbp.monty/.github/actions/pin_comment with: token: ${{ secrets.GITHUB_TOKEN }} issue_number: ${{ github.event.pull_request.number }} @@ -84,7 +85,7 @@ jobs: python -m tools.github_readme_sync.cli upload docs "${VERSION}-${BRANCH_NAME}" - name: Update PR comment on success if: success() - uses: ./.github/actions/pin_comment + uses: ./tbp.monty/.github/actions/pin_comment with: token: ${{ secrets.GITHUB_TOKEN }} issue_number: ${{ github.event.pull_request.number }} @@ -98,7 +99,7 @@ jobs: Last updated: ${{ env.DATE }} - name: Update PR comment on failure if: failure() - uses: ./.github/actions/pin_comment + uses: ./tbp.monty/.github/actions/pin_comment with: token: ${{ secrets.GITHUB_TOKEN }} issue_number: ${{ github.event.pull_request.number }}