From 66643891cc1d83bf6085d6c9622c5f0f511cc52c Mon Sep 17 00:00:00 2001 From: Simon-Boyer Date: Thu, 15 Feb 2024 21:18:46 -0500 Subject: [PATCH] added branch names to gha pr actions --- .github/workflows/request-grav.yml | 1 + .github/workflows/request-sandbox.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/request-grav.yml b/.github/workflows/request-grav.yml index ed696b1..29a4f85 100644 --- a/.github/workflows/request-grav.yml +++ b/.github/workflows/request-grav.yml @@ -78,6 +78,7 @@ jobs: uses: peter-evans/create-pull-request@v5 with: title: Create a GRAV website for ${{inputs.nom_club}} + branch: grav/${{nom_club}} body: | Nom du club: ${{inputs.nom_club}} Domaine: ${{inputs.domaine}} diff --git a/.github/workflows/request-sandbox.yml b/.github/workflows/request-sandbox.yml index 92ce938..7656d9a 100644 --- a/.github/workflows/request-sandbox.yml +++ b/.github/workflows/request-sandbox.yml @@ -28,6 +28,7 @@ jobs: uses: peter-evans/create-pull-request@v5 with: title: Create sandbox for ${{github.event.sender.login}} + branch: sandbox/${{github.event.sender.login}} body: | @${{github.event.sender.login}}. Once this PR is merged, you will be able to login to your sandbox by following these steps: