File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,20 @@ Github Action for running commands on Linux or Windows machine managed using SSM
1717 ls
1818 echo "Executed by Github Actions Workflow #${{ github.run_id }}" >> test.txt
1919` ` `
20+
21+ ## Action Inputs
22+
23+ | Input Name | Description | Required | Default Value |
24+ |-------------------|----------------------------------------------------------------|----------|-----------------------------------------------------------|
25+ | aws-region | AWS Region | true | |
26+ | instance-ids | List of Instance IDs to execute command | true | |
27+ | commands | Commands to be executed on instance | true | |
28+ | os | (Optional) Operating system to run commands (windows or linux) | false | linux |
29+ | working-directory | (Optional) Working directory for command execution | false | |
30+ | comment | (Optional) Comment | false | Executed by Github Actions Workflow #${{ github.run_id }} |
31+
32+ ## Action Outputs
33+
34+ | Output Name | Description |
35+ |-------------|--------------------------------------------------------|
36+ | command-id | Execution command ID generated by AWS send command API |
You can’t perform that action at this time.
0 commit comments