diff --git a/.gitea/workflows/test1.yaml b/.gitea/workflows/test1.yaml index bbf80c0..4469025 100644 --- a/.gitea/workflows/test1.yaml +++ b/.gitea/workflows/test1.yaml @@ -5,8 +5,8 @@ on: [push] jobs: build: runs-on: debian-prepared - container: - image: debian-prepared + container: + image: debian-prepared steps: - run: pwd - run: echo "${{ gitea.workspace }}"