mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
Simpler new_version.yml
This commit is contained in:
parent
255f93071b
commit
77f36b177a
16
.github/workflows/new_version.yml
vendored
16
.github/workflows/new_version.yml
vendored
|
@ -8,20 +8,8 @@ on:
|
|||
type: string
|
||||
|
||||
jobs:
|
||||
find-projects:
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
diff: ${{ steps.find.outputs.projects }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: find
|
||||
run: |
|
||||
echo ${{ inputs.projects }}
|
||||
false
|
||||
build:
|
||||
needs: [find-projects]
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
projects: ${{ needs.find-projects.outputs.projects }}
|
||||
secrets: inherit
|
||||
if: ${{ needs.find-projects.outputs.projects != '' }}
|
||||
projects: ${{ inputs.projects }}
|
||||
secrets: inherit
|
Loading…
Reference in a new issue