We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d028e17 commit e468f83Copy full SHA for e468f83
1 file changed
.github/workflows/workflow.yaml
@@ -113,7 +113,8 @@ jobs:
113
token: ${{ secrets.GH_PAT }}
114
title: "Add new repository: ${{ env.REPO_NAME }}"
115
body: |
116
- This PR adds the requested repository: **${{ env.REPO_NAME }}**.
+ This PR Requested to create repo with following details
117
+ - **repository**: **${{ env.REPO_NAME }}**.
118
- **Default Branch**: `${{ env.BRANCH }}`
119
- **Include README**: `${{ env.INCLUDE_README }}`
120
branch: "repo-request-${{ env.REPO_NAME }}"
0 commit comments