From 064f2faf20de6104cd5cacb45fff83148f5755e6 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 13 Mar 2025 11:46:10 +0100 Subject: [PATCH] new Workflow --- .github/workflows/delete_new_script.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/delete_new_script.yaml b/.github/workflows/delete_new_script.yaml index 4ce5f89..86db1da 100644 --- a/.github/workflows/delete_new_script.yaml +++ b/.github/workflows/delete_new_script.yaml @@ -14,9 +14,9 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - - name: Extract Issue Title + - name: Extract Issue Title (Lowercase & Underscores) id: extract_title - run: echo "TITLE=$(echo '${{ github.event.issue.title }}' | sed 's/ /_/g')" >> $GITHUB_ENV + run: echo "TITLE=$(echo '${{ github.event.issue.title }}' | tr '[:upper:]' '[:lower:]' | sed 's/ /_/g')" >> $GITHUB_ENV - name: Check if Files Exist in community-scripts/ProxmoxVE id: check_files