From a309a527933f1d1e312e500db744626c8715a3a5 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 22 Feb 2024 17:07:00 +0000 Subject: [PATCH] Adjust action name --- .gitea/workflows/auto_pr.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/auto_pr.yaml b/.gitea/workflows/auto_pr.yaml index 1df45f7..9b8d53b 100644 --- a/.gitea/workflows/auto_pr.yaml +++ b/.gitea/workflows/auto_pr.yaml @@ -1,13 +1,13 @@ -name: Generate Release +name: YAML Validate -run-name: Release_Generator +run-name: YAML Validate on: push: branches: - auto-* jobs: - validate_and_release: + validate_yaml: runs-on: ubuntu-latest steps: - name: Check out Repo code