Skip to content

[BUG] error CS0426: The type name 'Create' does not exist in the type 'ServiceClient' #284

[BUG] error CS0426: The type name 'Create' does not exist in the type 'ServiceClient'

[BUG] error CS0426: The type name 'Create' does not exist in the type 'ServiceClient' #284

Workflow file for this run

name: "Set Issue Label"
on:
issues:
types: [opened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Naturalclar/issue-action@v1.0.0
with:
keywords: '[""]'
labels: '["IoTSDK"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"