Skip to content

Commit

Permalink
remove stray typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daisuke Maki committed Oct 8, 2024
1 parent a410a0b commit b6480e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autodoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Process markdown files
run: |
find . -name '*.md' | xargs perl tools/autodoc.plQ
find . -name '*.md' | xargs perl tools/autodoc.pl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b6480e8

Please sign in to comment.