Skip to content

Commit e1522af

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ jobs:
1717
with:
1818
github-token: ${{ secrets.SHINY_DEV_CENTER_GITHUB_TOKEN }}
1919
script: |
20-
const result = await github.rest.repos.createDispatchEvent({
20+
await github.rest.repos.createDispatchEvent({
2121
owner: 'rstudio',
2222
repo: 'shiny-dev-center',
2323
event_type: 'build-r-reference',
2424
client_payload: {}
2525
});
26-
27-
console.log('Repository dispatch sent successfully');

0 commit comments

Comments
 (0)