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 60f92d6 commit b2ceb64Copy full SHA for b2ceb64
.github/workflows/e2e.yml
@@ -87,15 +87,15 @@ jobs:
87
steps:
88
- name: Show selected E2E branch
89
env:
90
- E2E_BRANCH: ${{ needs.determine-e2e-branch.outputs.branch }}
+ E2E_BRANCH: ${{ needs.e2e-branch.outputs.branch }}
91
run: echo $E2E_BRANCH
92
93
- name: Clone E2E tests
94
uses: actions/checkout@v4
95
with:
96
repository: synonymdev/bitkit-e2e-tests
97
path: bitkit-e2e-tests
98
- ref: ${{ needs.determine-e2e-branch.outputs.branch }}
+ ref: ${{ needs.e2e-branch.outputs.branch }}
99
100
- name: Enable KVM
101
run: |
0 commit comments