From edd82153d85c3baa5c99924a359315b854e38d0d Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 10 Dec 2025 00:17:57 +0100 Subject: [PATCH] Fixed Syntax Error in Workflows --- .gitea/workflows/arm64.yaml | 4 ++-- .gitea/workflows/linux_x64.yaml | 4 ++-- .gitea/workflows/linux_x64_docker.yaml | 4 ++-- .gitea/workflows/win_x64.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/arm64.yaml b/.gitea/workflows/arm64.yaml index 102093f..23eb49f 100644 --- a/.gitea/workflows/arm64.yaml +++ b/.gitea/workflows/arm64.yaml @@ -10,10 +10,10 @@ jobs: runs-on: [self-hosted, linux, arm64, dotnet] steps: - name: Install packages - - run: apk add --no-cache git curl wget unzip bash nodejs npm + run: apk add --no-cache git curl wget unzip bash nodejs npm - name: Checkout - - uses: actions/checkout@v4 + uses: actions/checkout@v4 - name: Setup .NET uses: actions/setup-dotnet@v3 diff --git a/.gitea/workflows/linux_x64.yaml b/.gitea/workflows/linux_x64.yaml index bf05086..b260c9c 100644 --- a/.gitea/workflows/linux_x64.yaml +++ b/.gitea/workflows/linux_x64.yaml @@ -10,10 +10,10 @@ jobs: runs-on: [self-hosted, linux, arm64, linux64, dotnet] steps: - name: Install packages - - run: apk add --no-cache git curl wget unzip bash nodejs npm + run: apk add --no-cache git curl wget unzip bash nodejs npm - name: Checkout - - uses: actions/checkout@v4 + uses: actions/checkout@v4 - name: Setup .NET uses: actions/setup-dotnet@v3 diff --git a/.gitea/workflows/linux_x64_docker.yaml b/.gitea/workflows/linux_x64_docker.yaml index c520ab5..2a28823 100644 --- a/.gitea/workflows/linux_x64_docker.yaml +++ b/.gitea/workflows/linux_x64_docker.yaml @@ -10,10 +10,10 @@ jobs: runs-on: [self-hosted, linux, arm64, linux64-docker, docker] steps: - name: Install packages - - run: apk add --no-cache git curl wget unzip bash nodejs npm + run: apk add --no-cache git curl wget unzip bash nodejs npm - name: Checkout - - uses: actions/checkout@v4 + uses: actions/checkout@v4 - name: Setup Docker Buildx uses: docker/setup-buildx-action@v3 diff --git a/.gitea/workflows/win_x64.yaml b/.gitea/workflows/win_x64.yaml index 9565f7f..0f19221 100644 --- a/.gitea/workflows/win_x64.yaml +++ b/.gitea/workflows/win_x64.yaml @@ -10,10 +10,10 @@ jobs: runs-on: [self-hosted, linux, arm64, windows-exe, dotnet] steps: - name: Install packages - - run: apk add --no-cache git curl wget unzip bash nodejs npm + run: apk add --no-cache git curl wget unzip bash nodejs npm - name: Checkout - - uses: actions/checkout@v4 + uses: actions/checkout@v4 - name: Setup .NET uses: actions/setup-dotnet@v3