and skip typoed non-work

This commit is contained in:
Jacob Heider 2023-01-05 18:32:56 -05:00
parent cffdd5de61
commit 7afa90bb0e
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

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