Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
codeallthethingz committed Jan 8, 2025
1 parent a9868a4 commit afdff48
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit afdff48

Please sign in to comment.