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: