We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0315c1 + ea759a8 commit 017b2b2Copy full SHA for 017b2b2
.github/workflows/sync-git-bug.yml
@@ -20,6 +20,13 @@ jobs:
20
# Fetch git-bug refs so we can push incremental updates
21
fetch-depth: 0
22
23
+ - name: Configure git
24
+ run: |
25
+ # Required by git-bug to have those set, otherwise would not work!
26
+ git config --global user.name "github-actions"
27
+ git config --global user.email "github-actions@users.noreply.github.com"
28
+
29
30
- name: Fetch existing bug refs
31
run: |
32
git fetch origin 'refs/bugs/*:refs/bugs/*' || true
0 commit comments