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.
2 parents 8566486 + 89e40fe commit f35a5ceCopy full SHA for f35a5ce
.github/workflows/build.yml
@@ -109,6 +109,8 @@ jobs:
109
run: |
110
git remote add upstream https://github.com/rust-bitcoin/rust-lightning
111
git fetch upstream
112
+ export GIT_COMMITTER_EMAIL="[email protected]"
113
+ export GIT_COMMITTER_NAME="RL CI"
114
git rebase upstream/main
115
- name: For each commit, run cargo check (including in fuzz)
116
run: ci/check-each-commit.sh upstream/main
0 commit comments