use correct variables
Some checks failed
CI test / arm64 (push) Successful in 1s
CI test / amd64 (push) Failing after 4s

This commit is contained in:
Aaron Honeycutt 2026-02-02 12:20:11 -07:00
parent d20369c6d5
commit bb530c0d5e

View file

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