bjia56/Raspberry Pi VM Runner
Action to execute commands within a Raspberry Pi VM running on QEMU
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commands | Commands to run on the Pi, executed with /bin/bash | yes | uname -a |
| user | User to run commands on the Pi, either pi or root | yes | pi |
| prerun_copy_from | Path on the host to copy into the VM, before commands are executed | no | "" |
| prerun_copy_to | Path on the VM to copy files to, before commands are executed | no | /home/pi |
| postrun_copy_from | Path on the VM to copy to the host, after commands are executed | no | "" |
| postrun_copy_to | Path on the host to copy files to, after commands are executed | no | . |
| debug | Print debugging output from VM initialization and teardown | no | no |
Outputs
no outputs