Skip to content

Commit f8d8767

Browse files
committed
ci: update references to the plasm/shiden runtime
1 parent f96ee47 commit f8d8767

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/manual-shiden.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: false
99
ref:
1010
description: The ref to be used for the repo
11-
default: shiden
11+
default: production/shiden
1212
required: false
1313
schedule:
1414
- cron: "00 03 * * 1" # 3AM weekly on mondays
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525
with:
26-
repository: PlasmNetwork/Plasm
26+
repository: PlasmNetwork/Astar
2727
ref: ${{ github.event.inputs.ref }}
2828
fetch-depth: 0
2929
submodules: true
@@ -34,7 +34,6 @@ jobs:
3434
with:
3535
chain: ${{ matrix.chain }}
3636
tag: ${{ github.event.inputs.srtool_tag }}
37-
runtime_dir: runtime/shiden-runtime
3837

3938
- name: Summary
4039
run: |

0 commit comments

Comments
 (0)