From 98f126627b49f23224ab43eabb11dec8b14215da Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 18 Sep 2025 11:31:32 -0400 Subject: [PATCH] Updating to use Gitea env --- action.yml | 8 +++++--- goodbye.sh | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 943e5c4..a871fed 100644 --- a/action.yml +++ b/action.yml @@ -20,11 +20,13 @@ runs: - name: Random Number Generator id: random-number-generator - run: echo "random-number=$(echo $RANDOM)" >> $GITEA_OUTPUT + run: | + echo "RANDOM-NUMBER=$(echo $RANDOM)" >> $GITEA_ENV shell: bash - - name: Set GitHub Path - run: echo "$GITEA_ACTION_PATH" >> $GITEA_OUTPUT + - name: Set Gitea Path + run: | + echo "$GITEA_ACTION_PATH" >> $GITEA_OUTPUT shell: bash env: GITEA_ACTION_PATH: ${{ gitea.action_path }} diff --git a/goodbye.sh b/goodbye.sh index e69de29..341b253 100755 --- a/goodbye.sh +++ b/goodbye.sh @@ -0,0 +1 @@ +echo Goodbye