This GitHub Action prints a custom message to the workflow logs.
| Name | Description | Required |
|---|---|---|
| message | The message to echo | ✅ Yes |
steps:
- name: Print a message
uses: dsp-testing/print-message-action@v1
with:
message: "Hello from my custom action!"Commit 2