Debug Actions
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
This commit is contained in:
parent
8d0d26eb55
commit
5059506899
|
@ -13,6 +13,7 @@ jobs:
|
|||
echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Repo informations
|
||||
run: |
|
||||
echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
|
|
Loading…
Reference in New Issue
Block a user