Skip to content

Commit 62b5d2c

Browse files
committed
chores/main-branch: Add git config
1 parent 60677b8 commit 62b5d2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/bats-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v2
1818

19+
- name: Set up Git configurations
20+
run: |
21+
git config --global user.name "CI User"
22+
git config --global user.email "[email protected]"
23+
1924
- name: Set up Git
2025
run: |
2126
sudo apt-get update

0 commit comments

Comments
 (0)