Simple action for printing input to output.
For building:
- Node.js 20.18
For development:
- Visual Studio Code
-
Get dependencies:
npm clean-install
-
Build action by console commands:
npm run pack
-
Get dependencies:
npm clean-install
-
Launch all tests:
npm run test -
Configure
.envfile.See
.envexample in the root folder. -
Run action locally:
npm start
-
Add step in workflow file:
- name: Echo action uses: imesense/gha-echo-action@<version> with: input-string: 'Input'
where
<version>is a tag or a branch of the repository.
- Required
- Input string
- Default
"input"
- Output string
Contents of this repository licensed under terms of the MIT license unless otherwise specified. See this file for details.