From b6181bf7a279568ba8c47b6578dba85be41b0e0a Mon Sep 17 00:00:00 2001 From: DingXiaofang <37288739+SmallGaoX@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:55:30 +0800 Subject: [PATCH] Update ci.yaml Fix workflow not working because of incorrect field names What is needed is the --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 352fb3c..bfe0a8d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }} - - name: fileschanged + - id: fileschanged run: | case '${{ github.event_name }}' in push)