Skip to content

Commit

Permalink
Fix command @github-actions to github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Nov 30, 2023
1 parent acd28fe commit 2f372ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
build-doc:
if: |
( github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '@github-actions deploy to pull request') )
( github.event_name == 'issue_comment' && startsWith(github.event.comment.body, 'github-actions deploy to pull request') )
|| github.event_name != 'issue_comment'
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
preview:
name: Preview Documentation
if: |
( github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '@github-actions deploy to pull request') )
( github.event_name == 'issue_comment' && startsWith(github.event.comment.body, 'github-actions deploy to pull request') )
|| github.event_name != 'issue_comment'
runs-on: ubuntu-latest
needs: build-doc
Expand Down

0 comments on commit 2f372ef

Please sign in to comment.