Introduce gitea-actions to automatically build this container #8

Merged
Kocoder merged 47 commits from gitea-actions into main 2024-08-04 21:06:54 +00:00
Showing only changes of commit f684a806d7 - Show all commits

View File

@@ -11,7 +11,7 @@ jobs:
- name: "Print env"
run: echo WORKSPACE
- name: "Git clone"
run: git clone ${{ gitea.server_url }}${{ gitea.repository }}.git
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git
- name: "LS"
run: ls -lisa
- name: "LS ECHO"