From 47bb135f6407f32aff542a16d6145cdef0504617 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 9 May 2023 22:44:27 +0200 Subject: [PATCH] I need an IDE for YAML --- .gitea/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 94df8a4..ea37c78 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -13,8 +13,8 @@ jobs: - name: Install Git + Docker run: | - apt update && apt install git - curl -fsSL https://get.docker.com | sh + apt update && apt install git + curl -fsSL https://get.docker.com | sh - name: Log in to Container Registry uses: https://github.com/docker/login-action@v2