Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
remove username in github url
Browse files Browse the repository at this point in the history
Signed-off-by: Achille Roussel <[email protected]>
  • Loading branch information
achille-roussel committed May 27, 2023
1 parent b044cd1 commit d9af511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
mkdir -p $HOME/gotip
tar -C $HOME/gotip -xzf gotip.tar.gz
- run: git config --global url.https://stealthrocket:[email protected] https://github.com
- run: git config --global url.https://[email protected] https://github.com
- run: make testdata GO=$HOME/gotip/bin/go
- run: make test

0 comments on commit d9af511

Please sign in to comment.