1
1
mirror of https://github.com/primer/css.git synced 2024-12-29 17:12:27 +03:00

test deploy

This commit is contained in:
Jon Rohan 2021-04-09 15:31:38 -07:00 committed by GitHub
parent 7d31d708d4
commit c8158f862a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ jobs:
- id: changeset-count
run: echo "::set-output name=CHANGE_COUNT::$(ls .changeset/*.md | grep -v README | wc -l | xargs)"
- if: ${{ steps.changeset-count.outputs.CHANGE_COUNT == 0 }}
- if: ${{ steps.changeset-count.outputs.CHANGE_COUNT != 0 }}
name: Vercel Action
uses: amondnet/vercel-action@v20
id: vercel-action