This commit is contained in:
Michel Roegl-Brunner 2025-03-13 11:52:04 +01:00
parent 52e8bf9ba5
commit 1f0f3b2f97

View File

@ -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}')