Skip to content

Commit a4e98d1

Browse files
committed
Repository moved to crystal-lang organization
1 parent c2d92f9 commit a4e98d1

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v2
3838
- run: npm install --only=prod
39-
- uses: oprypin/install-crystal@v1
39+
- uses: crystal-lang/install-crystal@v1
4040
with: ${{ matrix.config }}
4141
id: install
4242
- run: |

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Works on Ubuntu, macOS, Windows.
1313

1414
```yaml
1515
steps:
16-
- uses: oprypin/install-crystal@v1
16+
- uses: crystal-lang/install-crystal@v1
1717
- run: crystal eval "puts 1337"
1818
```
1919
2020
```yaml
2121
steps:
2222
- uses: actions/checkout@v2
23-
- uses: oprypin/install-crystal@v1
23+
- uses: crystal-lang/install-crystal@v1
2424
with:
2525
crystal: 0.35.1
2626
- run: shards install
@@ -38,7 +38,7 @@ steps:
3838
- {os: windows-latest}
3939
runs-on: ${{matrix.os}}
4040
steps:
41-
- uses: oprypin/install-crystal@v1
41+
- uses: crystal-lang/install-crystal@v1
4242
with:
4343
crystal: ${{matrix.crystal}}
4444
- uses: actions/checkout@v2
@@ -121,4 +121,4 @@ Alternatively, you can use the container-based approach [as in the starter workf
121121
[shards]: https://github.com/crystal-lang/shards
122122
[shards.git]: https://github.com/crystal-lang/shards
123123
[crystal-starter]: https://github.com/actions/starter-workflows/blob/master/ci/crystal.yml
124-
[configurator]: https://oprypin.github.io/install-crystal/configurator.html
124+
[configurator]: https://crystal-lang.github.io/install-crystal/configurator.html

docs/configurator.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Quick start for [install-crystal](https://github.com/oprypin/install-crystal/) GitHub Action
1+
# Quick start for [install-crystal](https://github.com/crystal-lang/install-crystal/) GitHub Action
22

33
Set up your Crystal project on GitHub for continuous testing.
44
<div class="configurator">
@@ -84,7 +84,7 @@ jobs:
8484
- name: Download source
8585
uses: actions/checkout@v2
8686
- name: Install Crystal
87-
uses: oprypin/install-crystal@v1
87+
uses: crystal-lang/install-crystal@v1
8888
{%- if crystal_nightly or crystal_ver %}
8989
with:
9090
crystal: {{ "${{ matrix.crystal }}" }}
@@ -144,10 +144,10 @@ jobs:
144144
</div>
145145

146146
<div class="configurator">
147-
<input type="checkbox" id="fixed-ref"><label for="fixed-ref">I don't <a target="_blank" href="https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions">trust</a> a third-party action</label>.
147+
<input type="checkbox" id="fixed-ref"><label for="fixed-ref">I don't <a target="_blank" href="https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions">trust</a> an external action</label>.
148148

149149
<div class="c1">
150-
Copy the commit hash of the latest <a target="_blank" href="https://github.com/oprypin/install-crystal/tags">release</a> instead of the "v1" part in <code>oprypin/install-crystal@<strong>v1</strong></code>.
150+
Copy the commit hash of the latest <a target="_blank" href="https://github.com/crystal-lang/install-crystal/tags">release</a> instead of the "v1" part in <code>crystal-lang/install-crystal@<strong>v1</strong></code>.
151151
</div>
152152
</div>
153153

docs/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: install-crystal action
2-
site_url: "https://oprypin.github.io/install-crystal"
3-
repo_url: "https://github.com/oprypin/install-crystal"
2+
site_url: "https://crystal-lang.github.io/install-crystal"
3+
repo_url: "https://github.com/crystal-lang/install-crystal"
44
edit_uri: blob/master/docs/
55
use_directory_urls: false
66
docs_dir: .

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/oprypin/install-crystal.git"
12+
"url": "git+https://github.com/crystal-lang/install-crystal.git"
1313
},
1414
"keywords": [
1515
"GitHub",
@@ -20,9 +20,9 @@
2020
"author": "Oleh Prypin <[email protected]>",
2121
"license": "MIT",
2222
"bugs": {
23-
"url": "https://github.com/oprypin/install-crystal/issues"
23+
"url": "https://github.com/crystal-lang/install-crystal/issues"
2424
},
25-
"homepage": "https://github.com/oprypin/install-crystal",
25+
"homepage": "https://github.com/crystal-lang/install-crystal",
2626
"dependencies": {
2727
"@actions/cache": "^1.0.7",
2828
"@actions/core": "^1.2.6",

0 commit comments

Comments
 (0)