Skip to content

Commit 3e52b51

Browse files
committed
ci: uncomment steps in generate-template workflow for Git configuration
1 parent bf43bb4 commit 3e52b51

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/generate-template.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
steps:
1616
- name: Checkout main
1717
uses: actions/checkout@v4
18-
# with:
19-
# ref: main
20-
# fetch-depth: 0
21-
# token: ${{ secrets.PAT_TOKEN }}
18+
with:
19+
ref: main
20+
fetch-depth: 0
21+
token: ${{ secrets.PAT_TOKEN }}
2222

23-
# - name: Configure Git for push
24-
# run: |
25-
# git config user.name "github-actions[bot]"
26-
# git config user.email "github-actions[bot]@users.noreply.github.com"
27-
# git remote set-url origin "https://${{ secrets.PAT_TOKEN }}@github.com/${{ github.repository }}.git"
23+
- name: Configure Git for push
24+
run: |
25+
git config user.name "github-actions[bot]"
26+
git config user.email "github-actions[bot]@users.noreply.github.com"
27+
git remote set-url origin "https://${{ secrets.PAT_TOKEN }}@github.com/${{ github.repository }}.git"
2828
2929
- name: Check Branch & PR
3030
id: check_branch_pr

0 commit comments

Comments
 (0)