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 ea98a4a commit 6aa8acfCopy full SHA for 6aa8acf
.github/workflows/deno-lock.yml
@@ -35,8 +35,8 @@ jobs:
35
run: echo UPDATE_TYPE=latest >> $GITHUB_ENV
36
- name: Set git identity
37
run: |
38
- git config --global user.name "bids[bot]"
39
- git config --global user.email "bot@bids.neuroimaging.io"
+ git config --global user.name "bids-maintenance"
+ git config --global user.email "bids.[email protected]"
40
- name: Install the latest version of uv
41
uses: astral-sh/setup-uv@v7
42
- name: List updates
0 commit comments