Skip to content

Commit b2ceb64

Browse files
committed
fix ref
1 parent 60f92d6 commit b2ceb64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ jobs:
8787
steps:
8888
- name: Show selected E2E branch
8989
env:
90-
E2E_BRANCH: ${{ needs.determine-e2e-branch.outputs.branch }}
90+
E2E_BRANCH: ${{ needs.e2e-branch.outputs.branch }}
9191
run: echo $E2E_BRANCH
9292

9393
- name: Clone E2E tests
9494
uses: actions/checkout@v4
9595
with:
9696
repository: synonymdev/bitkit-e2e-tests
9797
path: bitkit-e2e-tests
98-
ref: ${{ needs.determine-e2e-branch.outputs.branch }}
98+
ref: ${{ needs.e2e-branch.outputs.branch }}
9999

100100
- name: Enable KVM
101101
run: |

0 commit comments

Comments
 (0)