Skip to content

Commit

Permalink
Merge pull request #142 from ClubCedille/bugfix-gha-pr-branch-names
Browse files Browse the repository at this point in the history
added branch names to gha pr actions
  • Loading branch information
Simon-Boyer authored Feb 16, 2024
2 parents 28e0b53 + 6664389 commit 22aedba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/request-grav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/request-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 22aedba

Please sign in to comment.