Skip to content

Commit

Permalink
ci: adjust bot name (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzius authored Jul 8, 2022
1 parent f7282cf commit 48631d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Git Identity
run: |
git config --global user.name 'Scaleway Bot'
git config --global user.name 'scaleway-bot'
git config --global user.email '[email protected]'
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ node -r cross-fetch/polyfill ./script-using-sdk.mjs
## Development

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

## Reach us

Expand Down

0 comments on commit 48631d9

Please sign in to comment.