Skip to content

Commit 452fd77

Browse files
Update rhobs-obs-api-sync.yml
1 parent 4c39a81 commit 452fd77

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: .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)