Skip to content

Commit 69382e0

Browse files
Fixing typo
1 parent 55eb218 commit 69382e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared-run-e2e-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
id: bore
172172
if: ${{ inputs.operator_type == 'gcp' || inputs.operator_type == 'azure' || inputs.operator_type == 'aws' || inputs.operator_type == 'eks'}}
173173
env:
174-
BORE_URL: ${{ secrets.BORE_URL} }}
174+
BORE_URL: ${{ secrets.BORE_URL }}
175175
BORE_SECRET: ${{ secrets.BORE_SECRET }}
176176
run: |
177177
bash uid2-shared-actions/scripts/setup_bore.sh

0 commit comments

Comments
 (0)