Skip to content

Commit 48631d9

Browse files
authored
ci: adjust bot name (#3)
1 parent f7282cf commit 48631d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121
- name: Git Identity
2222
run: |
23-
git config --global user.name 'Scaleway Bot'
23+
git config --global user.name 'scaleway-bot'
2424
git config --global user.email 'github@scaleway.com'
2525
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY
2626
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ node -r cross-fetch/polyfill ./script-using-sdk.mjs
101101
## Development
102102

103103
This repository is at its early stage and is still in active development.
104-
If you are looking for a way to contribute please read [CONTRIBUTING.md](../../CONTRIBUTING.md).
104+
If you are looking for a way to contribute please read [CONTRIBUTING.md](./CONTRIBUTING.md).
105105

106106
## Reach us
107107

0 commit comments

Comments
 (0)