Skip to content

Commit 331e2d3

Browse files
Merge pull request #15 from rhobs/coleenquadros-patch-1
Update rhobs-obs-api-sync.yml
2 parents 4c39a81 + 452fd77 commit 331e2d3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/rhobs-obs-api-sync.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
git remote add upstream https://github.com/observatorium/api
2525
git fetch upstream
2626
27+
- name: Set up Git identity
28+
run: |
29+
git config user.name "GitHub Actions Bot"
30+
git config user.email "[email protected]"
31+
2732
- name: Sync with upstream/main
2833
run: |
2934
git fetch upstream main
@@ -33,4 +38,4 @@ jobs:
3338
3439
- name: Clean up
3540
run: |
36-
git remote remove upstream
41+
git remote remove upstream

0 commit comments

Comments
 (0)