From 7c33eab47a611b8ceb2c0c6117753343ab79736b Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 30 Sep 2025 16:57:06 +0200 Subject: [PATCH] fix typo in workflow file --- .github/workflows/test.lint.cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.lint.cypress.yml b/.github/workflows/test.lint.cypress.yml index cff6a671..4e866c1d 100644 --- a/.github/workflows/test.lint.cypress.yml +++ b/.github/workflows/test.lint.cypress.yml @@ -1,4 +1,4 @@ -name: test:lint:licypressb +name: test:lint:cypress on: push @@ -7,7 +7,7 @@ jobs: name: Detect File Changes - lint - cypress runs-on: ubuntu-latest outputs: - lint: ${{ steps.filter.outputs.cypress }} + cypress: ${{ steps.filter.outputs.cypress }} steps: - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0 - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2