We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c39a81 commit 452fd77Copy full SHA for 452fd77
.github/workflows/rhobs-obs-api-sync.yml
@@ -24,6 +24,11 @@ jobs:
24
git remote add upstream https://github.com/observatorium/api
25
git fetch upstream
26
27
+ - name: Set up Git identity
28
+ run: |
29
+ git config user.name "GitHub Actions Bot"
30
+ git config user.email "[email protected]"
31
+
32
- name: Sync with upstream/main
33
run: |
34
git fetch upstream main
@@ -33,4 +38,4 @@ jobs:
38
39
- name: Clean up
35
40
36
- git remote remove upstream
41
+ git remote remove upstream
0 commit comments