Skip to content

fix: handle spaces in deployType and platform #100

fix: handle spaces in deployType and platform

fix: handle spaces in deployType and platform #100

Workflow file for this run

name: Check CLA
on:
- pull_request
jobs:
check-cla:
runs-on: ubuntu-latest
name: Verify contributor
steps:
- uses: tidev/tidev-cla-action@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}