From 558df68082e245741d47d8b52d419a611d612312 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 22 Feb 2024 13:33:19 +0000 Subject: [PATCH] Fix again --- .gitea/workflows/generate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/generate.yaml b/.gitea/workflows/generate.yaml index 56c39db..5cb52da 100644 --- a/.gitea/workflows/generate.yaml +++ b/.gitea/workflows/generate.yaml @@ -13,6 +13,6 @@ jobs: - name: Check out Repo code uses: actions/checkout@v3 - name: Validate YAML - uses: github.com/ibiqlik/action-yamllint@v3 + uses: https://github.com/ibiqlik/action-yamllint@v3 with: file_or_dir: '*.yaml'