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 87fe666 commit 9db58a2Copy full SHA for 9db58a2
.github/workflows/system_tests.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: 0chain/actions/.github/workflows/manual_system_tests.yml@master
29
with:
30
gosdk_branch: ${{ github.ref_name }}
31
- repo_snapshots_branch: fix/refactor-zboxcore
+ repo_snapshots_branch: ${{ github.event.inputs.repo_snapshots_branch }}
32
test_file_filter: ${{ github.event.inputs.test_file_filter }}
33
skip_tests: ${{ github.event.inputs.skip_tests }}
34
run_smoke_tests: ${{ github.event.inputs.run_smoke_tests }}
0 commit comments