Skip to content

Commit abe4743

Browse files
committed
Update build-docs-on-tag.yml
1 parent 2af1fe8 commit abe4743

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-docs-on-tag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ on:
1010
jobs:
1111
trigger-build:
1212
runs-on: ubuntu-latest
13+
1314
steps:
1415
- name: Send repository dispatch event
15-
uses: actions/github-script@v7
16+
uses: actions/github-script@v8
1617
with:
1718
github-token: ${{ secrets.SHINY_DEV_CENTER_GITHUB_TOKEN }}
1819
script: |

0 commit comments

Comments
 (0)