peterkimzz / aws-ssm-send-command

Github Actions for using AWS SSM Send-Command
MIT License
61 stars 32 forks source link

Command output status #15

Open paulywill opened 2 years ago

paulywill commented 2 years ago

In the documentation there's an example of getting the command id. Is it not possible to grab the status?

ie. Github Actions ${{ steps.ssm-client.outputs.status }}"

paulywill commented 2 years ago

Perhaps add to outputs here

igormcsouza commented 1 year ago

Have you forked and tested? I liked the idea but I'm not sure if the data brings back the result of the running command.. But it will be great if we could.