Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ jobs:

- name: Set up user details in Git
run: |
git config --global user.email "ci.subspace.workflows@github.com" # This email doesn't exist
git config --global user.name "Subspace GitHub CI workflow"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we leave a comment about where this number comes from?


- name: Configure
shell: cmake -P {0}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/clang-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:

- name: Set up user details in Git
run: |
git config --global user.email "[email protected]" # This email doesn't exist
git config --global user.name "Subspace GitHub clang-doc workflow"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"

- name: Configure
run: |
# Path to LLVM+Clang nightly that we have installed.
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/subdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ jobs:

- name: Set up user details in Git
run: |
git config --global user.email "[email protected]" # This email doesn't exist
git config --global user.name "Subspace GitHub Subdoc workflow"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"

- name: Configure
shell: cmake -P {0}
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/try.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ jobs:

- name: Set up user details in Git
run: |
git config --global user.email try.subspace.workflows@github.com # This email doesn't exist
git config --global user.name "Subspace GitHub Try workflow"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"

- name: Configure
shell: cmake -P {0}
Expand Down