Skip to content

Commit dac0ad6

Browse files
author
webdev778
committed
Use the new repo name for a bootstrap repository
1 parent 4eaa5cd commit dac0ad6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v2
1717
with:
18-
repository: interscript/interscript-bootstrap
18+
repository: interscript/interscript
1919
- name: Run a bootstrap script
2020
run: ruby bootstrap.rb
2121
- name: Use Ruby

.github/workflows/rake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout repository
3737
uses: actions/checkout@v2
3838
with:
39-
repository: interscript/interscript-bootstrap
39+
repository: interscript/interscript
4040

4141
- name: Run a bootstrap script
4242
run: ruby bootstrap.rb

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v2
1414
with:
15-
repository: interscript/interscript-bootstrap
15+
repository: interscript/interscript
1616

1717
- name: Run a bootstrap script
1818
run: ruby bootstrap.rb

0 commit comments

Comments
 (0)