fix: typo

This commit is contained in:
usbharu 2024-09-17 22:07:40 +09:00
parent 4bc9e3abd2
commit d2030bc9e5
No known key found for this signature in database
GPG Key ID: 95CBCF7046307B77
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
core: ${{ steps.filter.outputs.core }}
mastodon: ${{ steps.filter.outputs.mastodon }}
activitypub: ${{ steps.filter.outputs.ap }}
owl: $${{ steps.filter.outputs.owl }}
owl: ${{ steps.filter.outputs.owl }}
steps:
- name: Checkout
uses: actions/checkout@v4