Skip to content

Commit 9db58a2

Browse files
Fix system tests workflow (#1690)
1 parent 87fe666 commit 9db58a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/system_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: 0chain/actions/.github/workflows/manual_system_tests.yml@master
2929
with:
3030
gosdk_branch: ${{ github.ref_name }}
31-
repo_snapshots_branch: fix/refactor-zboxcore
31+
repo_snapshots_branch: ${{ github.event.inputs.repo_snapshots_branch }}
3232
test_file_filter: ${{ github.event.inputs.test_file_filter }}
3333
skip_tests: ${{ github.event.inputs.skip_tests }}
3434
run_smoke_tests: ${{ github.event.inputs.run_smoke_tests }}

0 commit comments

Comments
 (0)