mirror of https://github.com/usbharu/Hideout.git
fix: typo
This commit is contained in:
parent
4bc9e3abd2
commit
d2030bc9e5
|
@ -27,7 +27,7 @@ jobs:
|
||||||
core: ${{ steps.filter.outputs.core }}
|
core: ${{ steps.filter.outputs.core }}
|
||||||
mastodon: ${{ steps.filter.outputs.mastodon }}
|
mastodon: ${{ steps.filter.outputs.mastodon }}
|
||||||
activitypub: ${{ steps.filter.outputs.ap }}
|
activitypub: ${{ steps.filter.outputs.ap }}
|
||||||
owl: $${{ steps.filter.outputs.owl }}
|
owl: ${{ steps.filter.outputs.owl }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue