chore: outputの設定を間違えていたので修正

This commit is contained in:
usbharu 2024-09-16 23:42:34 +09:00
parent 5456413e42
commit af70c18b7a
No known key found for this signature in database
GPG Key ID: 95CBCF7046307B77
1 changed files with 1 additions and 0 deletions

View File

@ -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