mirror of https://github.com/usbharu/Hideout.git
chore: outputの設定を間違えていたので修正
This commit is contained in:
parent
5456413e42
commit
af70c18b7a
|
@ -25,6 +25,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
core: ${{ steps.filter.outputs.core }}
|
||||
mastodon: ${{ steps.filter.outputs.mastodon }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue