From 6c06b3e4bd31d15d102617ec3d2536f8cbcf667f Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Thu, 20 Mar 2025 08:54:49 +0300 Subject: [PATCH] echo message --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 312e365..b3f2004 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,9 @@ runs: using: "composite" steps: - name: Setup - run: echo "OUTPUT_MESSAGE_ID=" >> $GITHUB_ENV + run: | + echo ${{ inputs.message }} + echo "OUTPUT_MESSAGE_ID=" >> $GITHUB_ENV shell: bash # - name: Random Number Generator