This repository is a POC of a way to use Rust to write github actions.
The action itself returns a string 'Value for name: "
Regarding the Dockerfile best efforts has been made to create a minimal image to run the rust binary.
Required The name you want returned
- name: Run action locally
uses: RonMallory/rust-github-action-poc@main
with:
name: 'Rust'