mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 14:51:05 +08:00
chore(deps): update actions/github-script action to v8
This commit is contained in:
parent
f25de1ffbe
commit
0f9f6746ed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
|
|
@ -141,7 +141,7 @@ jobs:
|
|||
# Post deployment URL as PR comment
|
||||
- name: Comment PR with Preview URL
|
||||
if: github.event_name == 'pull_request'
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue