mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
and skip typoed non-work
This commit is contained in:
parent
cffdd5de61
commit
7afa90bb0e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
|
@ -30,6 +30,7 @@ jobs:
|
|||
with:
|
||||
PATTERNS: projects/**/package.yml
|
||||
- run: gh workflow run new-version.yml -R teaxyz/pantry.core -f "projects=$PROJECTS"
|
||||
if: steps.diff.outputs.diff != ''
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.TEMP_JACOBS_GITHUB_PAT }}
|
||||
PROJECTS: ${{ steps.diff.outputs.diff | 'zlib.net' }}
|
||||
PROJECTS: ${{ steps.diff.outputs.diff }}
|
||||
|
|
Loading…
Reference in a new issue