From 0d5c239044ab640ed804a2b62a10e7e96f008936 Mon Sep 17 00:00:00 2001 From: Pierre Delpy Date: Tue, 27 Aug 2024 13:32:55 +0200 Subject: [PATCH] test selfdesigned workflow take 2 --- .github/workflows/auto-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml index 562190b9..4412f622 100644 --- a/.github/workflows/auto-pr.yml +++ b/.github/workflows/auto-pr.yml @@ -21,6 +21,6 @@ jobs: git config --local user.name "github_workflow_verbis_auto-pr" git checkout -b test/backport-pilots git push origin test/backport-pilots - gh pr create --base main --head test/backport-pilots --title "Auto PR from main" --body "This PR was created automatically after merging into main" + gh pr create --base main --head test/backport-pilots --title "Auto PR from main" --body "This PR was created automatically after merging into main." env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}