From bb530c0d5e5fc2e225dd8c835ca53f6b2bd810a4 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 2 Feb 2026 12:20:11 -0700 Subject: [PATCH] use correct variables --- .gitea/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 542b3a7..582187f 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -12,16 +12,16 @@ jobs: echo uname -m - - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." + - run: echo "🔎 The name of your branch is ${{ forgejo.ref }} and your repository is ${{ forgejo.repository }}." - name: Check out repository code uses: actions/checkout@v4 - - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." + - run: echo "💡 The ${{ forgejo.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: | - ls ${{ gitea.workspace }} + ls ${{ forgejo.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." arm64: