From 0f462333b53378d5f021cdc4ab212ce82576a09c Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 22 Feb 2024 13:32:21 +0000 Subject: [PATCH] Fix YAML Validate path --- .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 07696fa..56c39db 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: ibiqlik/action-yamllint@v3 + uses: github.com/ibiqlik/action-yamllint@v3 with: file_or_dir: '*.yaml'