mirror of https://github.com/usbharu/Hideout.git
chore: ci fix
This commit is contained in:
parent
13e438f3b8
commit
8e36f50366
|
@ -24,9 +24,7 @@ jobs:
|
||||||
if: github.event.pull_request.draft == false
|
if: github.event.pull_request.draft == false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
core: ${{ steps.filter.outputs.core }}
|
hideout: ${{ steps.filter.outputs.hideout }}
|
||||||
mastodon: ${{ steps.filter.outputs.mastodon }}
|
|
||||||
activitypub: ${{ steps.filter.outputs.ap }}
|
|
||||||
owl: ${{ steps.filter.outputs.owl }}
|
owl: ${{ steps.filter.outputs.owl }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in New Issue