use correct variables
This commit is contained in:
parent
d20369c6d5
commit
bb530c0d5e
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue