Skip to content

Commit 375df30

Browse files
authored
Fix repository name after transfer to tarantool/ (#8)
The repository was initially developed by @rosik and it was present within his personal repositories list. Now we found it useful and moved to Tarantool's GitHub organization.
1 parent bceeb26 commit 375df30

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Test](https://github.com/rosik/setup-tarantool/workflows/Test/badge.svg)
1+
![Test](https://github.com/tarantool/setup-tarantool/workflows/Test/badge.svg)
22

33
# Setup Tarantool
44

@@ -16,7 +16,7 @@ This action will set up [Tarantool](https://www.tarantool.io) environment and **
1616
```yaml
1717
steps:
1818
- uses: actions/checkout@v2
19-
- uses: rosik/setup-tarantool@v1
19+
- uses: tarantool/setup-tarantool@v1
2020
with:
2121
tarantool-version: '2.5'
2222
- run: tarantoolctl rocks install luatest
@@ -34,7 +34,7 @@ If you need to drop the cache, it's customizable:
3434

3535
```yaml
3636
steps:
37-
- uses: rosik/setup-tarantool@v1
37+
- uses: tarantool/setup-tarantool@v1
3838
with:
3939
tarantool-version: 2.5
4040
cache-key: some-other-key

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ga-test-public",
2+
"name": "setup-tarantool",
33
"version": "1.0.0",
44
"description": "",
55
"main": "dist/main/index.js",
@@ -10,15 +10,15 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/rosik/ga-test-public.git"
13+
"url": "git+https://github.com/tarantool/setup-tarantool.git"
1414
},
1515
"keywords": [],
1616
"author": "",
1717
"license": "ISC",
1818
"bugs": {
19-
"url": "https://github.com/rosik/ga-test-public/issues"
19+
"url": "https://github.com/tarantool/setup-tarantool/issues"
2020
},
21-
"homepage": "https://github.com/rosik/ga-test-public#readme",
21+
"homepage": "https://github.com/tarantool/setup-tarantool#readme",
2222
"dependencies": {
2323
"@actions/cache": "^1.0.4",
2424
"@actions/core": "^1.2.6",

0 commit comments

Comments
 (0)