Skip to content

Commit

Permalink
ci - mirror artifacts from v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czi-github-helper[bot] committed Jul 1, 2024
1 parent c04b72c commit 85740b6
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 14 deletions.
10 changes: 10 additions & 0 deletions ci/packages/create-stack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,20 @@ inputs:
description: "If true, the stack will not be created"
required: false
default: "false"
githubToken:
description: "Github token for authenticating with the Github API"
required: false
default: ${{ github.token }}
waitForDeploymentSeconds:
description: "Number of seconds to wait for the stack deployment to become synced and healthy before succeeding (anything <= 0 means no wait)"
required: false
default: '-1'

outputs:
stackName:
description: "Name of the stack that was created"
stackShortName:
description: "Short name of the stack that was created"
baseURL:
description: "Base URL of the stack"

Expand Down
6 changes: 3 additions & 3 deletions ci/packages/create-stack/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ci/packages/create-stack/dist/index.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions ci/packages/delete-stack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ inputs:
description: "If true, the stack will not be deleted"
required: false
default: "false"
githubToken:
description: "Github token for authenticating with the Github API"
required: false
default: ${{ github.token }}

outputs:
stackName:
Expand Down
6 changes: 3 additions & 3 deletions ci/packages/delete-stack/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ci/packages/delete-stack/dist/index.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ci/packages/shared/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ci/packages/shared/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions ci/packages/wait-for-deployment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ inputs:
outputs:
stackName:
description: "Name of the stack"
stackShortName:
description: "Short name of the stack"
baseURL:
description: "Base URL of the stack"

Expand Down
2 changes: 1 addition & 1 deletion ci/packages/wait-for-deployment/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ci/packages/wait-for-deployment/dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 85740b6

Please sign in to comment.