chore(ci)!: update CLI build pipeline #1094
actions.yml
on: pull_request
actionlint
1m 22s
devcontainer-versions
1m 19s
Annotations
10 errors
|
actionlint:
.github/workflows/release.yml#L129
property "artifact-id" is not defined in object type {}
```
artifact-id: ${{ needs.cli.outputs.artifact-id }}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
|
actionlint:
.github/workflows/release.yml#L79
property "meta" is not defined in object type {tag: {outputs: {tag: string}; result: string}}
```
if: needs.meta.outputs.changed == 'true'
^~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
|
actionlint:
.github/workflows/integration.yml#L311
property "artifact-id" is not defined in object type {}
```
artifact-id: ${{ needs.build-cli.outputs.artifact-id }}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
|
actionlint:
.github/workflows/integration.yml#L309
missing input "target" which is required by action "CLI Setup" defined at "./.github/actions/cli-setup". all required inputs are "artifact-id", "target"
```
- uses: ./.github/actions/cli-setup
^~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
|
actionlint:
.github/workflows/integration.yml#L289
property "artifact-id" is not defined in object type {}
```
artifact-id: ${{ needs.build-cli.outputs.artifact-id }}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
|
actionlint:
.github/workflows/integration.yml#L287
missing input "target" which is required by action "CLI Setup" defined at "./.github/actions/cli-setup". all required inputs are "artifact-id", "target"
```
- uses: ./.github/actions/cli-setup
^~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
|
actionlint:
.github/workflows/integration.yml#L186
property "artifact-id" is not defined in object type {}
```
artifact-id: ${{ needs.build-cli.outputs.artifact-id }}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
|
actionlint:
.github/workflows/integration.yml#L184
missing input "target" which is required by action "CLI Setup" defined at "./.github/actions/cli-setup". all required inputs are "artifact-id", "target"
```
- uses: ./.github/actions/cli-setup
^~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
|
actionlint:
.github/workflows/integration.yml#L135
property "artifact-id" is not defined in object type {}
```
artifact-id: ${{ needs.build-cli.outputs.artifact-id }}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
|
actionlint:
.github/workflows/integration.yml#L133
missing input "target" which is required by action "CLI Setup" defined at "./.github/actions/cli-setup". all required inputs are "artifact-id", "target"
```
- uses: ./.github/actions/cli-setup
^~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|