Aktualizovat „.gitea/workflows/build.yml“
Some checks are pending
Explore-Gitea-Actions

This commit is contained in:
Radim Lipovčan 2023-04-01 20:01:18 +02:00
parent 5be642d800
commit cd5bead36d

View File

@ -8,9 +8,10 @@ jobs:
- run: echo "🎉 The job was automatically triggered by a push event." - run: echo "🎉 The job was automatically triggered by a push event."
- run: echo "💡 The gitea-runner-example repository has been cloned to the runner." - run: echo "💡 The gitea-runner-example 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: Setup git
run: | run: |
ls git config --global user.name "Radim Lipovčan"
git config --global user.email "radim@lipovcan.cz"
- name: Prepare packages - name: Prepare packages
run: | run: |
apt update apt update