This action prints "Hello World" to the log or "Hello" + the name of a person to greet. This is designed as a template for your own GitHub Actions written in Swift and is based on GitHub's "Hello World" Docker template and supporting documentation.
Required The name of the person to greet. Default "World"
.
The time we greeted you.
uses: getsidetrack/action-template-swift@main
with:
who-to-greet: 'Mona the Octocat'