Adds workflows for preview environment creation and deletion #21
Annotations
8 errors
.github/workflows/preview-create.yml#L37
property "info" is not defined in object type {create-preview-environment: {outputs: {preview-domain: string; preview-name: string}}}
|
.github/workflows/preview-create.yml#L40
property "info" is not defined in object type {create-preview-environment: {outputs: {preview-domain: string; preview-name: string}}}
|
.github/workflows/preview-create.yml#L67
workflow command "set-output" was deprecated. use `echo "{name}={value}" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions
|
.github/workflows/preview-create.yml#L67
workflow command "set-output" was deprecated. use `echo "{name}={value}" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions
|
.github/workflows/preview-create.yml#L67
"github.event.pull_request.head.ref" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions for more details
|
.github/workflows/preview-delete.yml#L48
workflow command "set-output" was deprecated. use `echo "{name}={value}" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions
|
.github/workflows/preview-delete.yml#L48
"github.event.pull_request.head.ref" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions for more details
|
|
The logs for this run have expired and are no longer available.
Loading