Skip to content

Commit 9d2c17b

Browse files
committed
Follow repo move from oracle/truffleruby to truffleruby/truffleruby
1 parent a251f54 commit 9d2c17b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Clone truffleruby
1818
uses: actions/checkout@v5
1919
with:
20-
repository: oracle/truffleruby
20+
repository: truffleruby/truffleruby
2121
path: truffleruby
2222
- name: Set latest_commit
2323
id: latest_commit
@@ -70,7 +70,7 @@ jobs:
7070
GH_REPO: ${{ github.repository }}
7171
run: |
7272
tag="${{ steps.tag.outputs.tag }}"
73-
body="oracle/truffleruby@${{ needs.prepare.outputs.commit }}"
73+
body="truffleruby/truffleruby@${{ needs.prepare.outputs.commit }}"
7474
gh release create --draft "$tag" --title "$tag" --notes "$body"
7575
7676
build:
@@ -85,7 +85,7 @@ jobs:
8585
- name: Clone truffleruby
8686
uses: actions/checkout@v5
8787
with:
88-
repository: oracle/truffleruby
88+
repository: truffleruby/truffleruby
8989
ref: ${{ needs.prepare.outputs.commit }}
9090

9191
- name: Set platform

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ These builds are primarily meant to be used inside GitHub Actions with
55

66
Please report issues to [ruby/setup-ruby](https://github.com/ruby/setup-ruby).
77

8-
They can also be used as nightly builds of TruffleRuby, see [the documentation](https://github.com/oracle/truffleruby/blob/master/doc/user/standalone-distribution.md#latest-nightly-build).
8+
They can also be used as nightly builds of TruffleRuby, see [the documentation](https://github.com/truffleruby/truffleruby/blob/master/doc/user/standalone-distribution.md#latest-nightly-build).

0 commit comments

Comments
 (0)