Updated
This commit is contained in:
parent
f6f5ce4687
commit
ea0528ed2c
8
.github/workflows/v2.yml
vendored
8
.github/workflows/v2.yml
vendored
@ -15,10 +15,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
pyMetadata: ${{ steps.filter.outputs.pyMetadata }}
|
pyMetadata: ${{ steps.filter.outputs.pyMetadata }}
|
||||||
commonCode: ${{ steps.filter.outputs.commonCode }}
|
coordinator: ${{ steps.filter.outputs.coordinator }}
|
||||||
reader: ${{ steps.filter.outputs.reader }}
|
processer: ${{ steps.filter.outputs.processer }}
|
||||||
encode: ${{ steps.filter.outputs.encode }}
|
converter: ${{ steps.filter.outputs.converter }}
|
||||||
convert: ${{ steps.filter.outputs.convert }}
|
shared: ${{ steps.filter.outputs.shared }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user