Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-github-action-poc docker action

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.

Inputs

'name'

Required The name you want returned

Example Usage

      - name: Run action locally
        uses: RonMallory/rust-github-action-poc@main
        with:
          name: 'Rust'

About

proof of concept of rust GitHub action

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages