File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
21
21
- name : Git Identity
22
22
run : |
23
- git config --global user.name 'Scaleway Bot '
23
+ git config --global user.name 'scaleway-bot '
24
24
git config --global user.email 'github@scaleway.com'
25
25
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY
26
26
env :
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ node -r cross-fetch/polyfill ./script-using-sdk.mjs
101
101
## Development
102
102
103
103
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 ) .
105
105
106
106
## Reach us
107
107
You can’t perform that action at this time.
0 commit comments