From 1f0f3b2f97ae3399c9f87e15e6818c73f2d0337b Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 13 Mar 2025 11:52:04 +0100 Subject: [PATCH] WF --- .github/workflows/delete_new_script.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delete_new_script.yaml b/.github/workflows/delete_new_script.yaml index fd3e58f..dd492ae 100644 --- a/.github/workflows/delete_new_script.yaml +++ b/.github/workflows/delete_new_script.yaml @@ -66,7 +66,7 @@ jobs: exit 0 fi git commit -m "Deleted files for issue: ${{ github.event.issue.title }}" - git push origin branch + git push origin $branch gh pr create --title "Delete Files for Issue: ${{ github.event.issue.title }}" --body "Files deleted and committed in $COMMIT_SHA." --base main --head $branch pr_number=$(gh pr list | grep -m 1 $branch | awk '{print $1}')