Checkout main branch
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 34s

This commit is contained in:
Gabriel Simmer 2023-07-15 11:25:22 +01:00
parent fd0c015140
commit 08514faf17
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -11,6 +11,8 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
ref: main
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository - name: List files in the repository