Updating to use Gitea env

This commit is contained in:
Michael Luciuk 2025-09-18 11:31:32 -04:00
parent 39599ba6b0
commit 98f126627b
2 changed files with 6 additions and 3 deletions

View File

@ -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 }}

View File

@ -0,0 +1 @@
echo Goodbye