Use main branch?
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
Gabriel Simmer 2023-07-15 17:34:08 +01:00
parent b71c9905c4
commit b8748a4e18
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -10,7 +10,7 @@ jobs:
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: https://vancouver.scorpion-ghost.ts.net/git/actions/checkout
uses: https://vancouver.scorpion-ghost.ts.net/git/actions/checkout@main
with:
ref: main
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."