Skip to content

Commit 5ada90e

Browse files
committed
Add closing bracket
1 parent cc7f23f commit 5ada90e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/e2e-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
1818
run: |
1919
if [[ -n "${{ inputs.pr_number }}" ]]; then
20-
labels=$(gh pr view "${{ inputs.pr_number }" --json labels --jq '.labels[].name' 2>/dev/null || echo "")
20+
labels=$(gh pr view "${{ inputs.pr_number }}" --json labels --jq '.labels[].name' 2>/dev/null || echo "")
2121
2222
if echo "$labels" | grep -Fxq 'deploy-proxy'; then
2323
echo "deploy-proxy label found; e2e tests will run."

0 commit comments

Comments
 (0)