Skip to content

Commit 3a85227

Browse files
committed
Update workflow file
1 parent 9239f92 commit 3a85227

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ci
22
on:
33
push:
44
branches:
5-
- PE-view
5+
- PE
66
permissions:
77
contents: write
88
jobs:
@@ -13,8 +13,8 @@ jobs:
1313

1414
- name: Configure Git Credentials
1515
run: |
16-
git config --global user.email "hansijayanika@gmail.com"
17-
git config --global user.name "hanzjk"
16+
git config --global user.email "choreo-cicd@wso2.com"
17+
git config --global user.name "Choreo CI Agent"
1818
1919
- uses: actions/setup-python@v5
2020
with:

0 commit comments

Comments
 (0)