We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c39a81 + 452fd77 commit 331e2d3Copy full SHA for 331e2d3
1 file changed
.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 "actions@users.noreply.github.com"
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