We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96ee47 commit f8d8767Copy full SHA for f8d8767
.github/workflows/manual-shiden.yml
@@ -8,7 +8,7 @@ on:
8
required: false
9
ref:
10
description: The ref to be used for the repo
11
- default: shiden
+ default: production/shiden
12
13
schedule:
14
- cron: "00 03 * * 1" # 3AM weekly on mondays
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v2
25
with:
26
- repository: PlasmNetwork/Plasm
+ repository: PlasmNetwork/Astar
27
ref: ${{ github.event.inputs.ref }}
28
fetch-depth: 0
29
submodules: true
@@ -34,7 +34,6 @@ jobs:
34
35
chain: ${{ matrix.chain }}
36
tag: ${{ github.event.inputs.srtool_tag }}
37
- runtime_dir: runtime/shiden-runtime
38
39
- name: Summary
40
run: |
0 commit comments