Skip to content

Commit

Permalink
support cancel action
Browse files Browse the repository at this point in the history
  • Loading branch information
hd-deman committed Nov 1, 2022
1 parent 84a0790 commit fb0a1ba
Show file tree
Hide file tree
Showing 6 changed files with 10,900 additions and 11,292 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
name: Dotnet ${{ matrix.command }} on ${{ matrix.os }}
strategy:
matrix:
command: [up, refresh, destroy, preview]
command: [up, refresh, destroy, preview, cancel]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
name: Golang ${{ matrix.command }} on ${{ matrix.os }}
strategy:
matrix:
command: [up, refresh, destroy, preview]
command: [up, refresh, destroy, preview, cancel]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This will check out the existing directory and run `pulumi preview`.
The action can be configured with the following arguments:

- `command` (required) - The command to run as part of the action. Accepted
values are `up` (update), `refresh`, `destroy` and `preview`.
values are `up` (update), `refresh`, `destroy` `preview` and `cancel`.

- `stack-name` (required) - The name of the stack that Pulumi will be operating
on
Expand Down
Loading

0 comments on commit fb0a1ba

Please sign in to comment.