mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
well, if i omit the typos
This commit is contained in:
parent
8924220af0
commit
30e960c252
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:
|
with:
|
||||||
PATTERNS: projects/**/package.yml
|
PATTERNS: projects/**/package.yml
|
||||||
- run: gh workflow run new-version.yml -R teaxyz/pantry.core -f "projects=$PROJECTS"
|
- run: gh workflow run new-version.yml -R teaxyz/pantry.core -f "projects=$PROJECTS"
|
||||||
|
if: steps.diff.outputs.diff != ''
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.TEMP_JACOBS_GITHUB_PAT }}
|
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