Skip to content

Commit 536981b

Browse files
committed
fix: add missing closing bracket
1 parent fcca57d commit 536981b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-backward-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Download releases artifacts binaries
3030
run: |
31-
./.github/workflows/scripts/download-distribution-binaries.sh ${{ inputs.total-releases }
31+
./.github/workflows/scripts/download-distribution-binaries.sh ${{ inputs.total-releases }}
3232
3333
- name: Build e2e
3434
run: |

0 commit comments

Comments
 (0)