From 1996b0cf073a447a9fb8a757401602b859756499 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Fri, 3 Jun 2022 15:40:48 +0800 Subject: [PATCH] updated workflows --- .github/workflows/docker-crawlab.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-crawlab.yml b/.github/workflows/docker-crawlab.yml index f94de4d7..c064dc47 100644 --- a/.github/workflows/docker-crawlab.yml +++ b/.github/workflows/docker-crawlab.yml @@ -19,16 +19,16 @@ jobs: setup: runs-on: ubuntu-latest outputs: - is_matched_backend: ${{ steps.changed_files.outputs.is_matched_backend }} - is_matched_frontend: ${{ steps.changed_files.outputs.is_matched_frontend }} - is_matched_dockerfile: ${{ steps.changed_files.outputs.is_matched_dockerfile }} + is_matched_backend: ${{ steps.check_changed_files.outputs.is_matched_backend }} + is_matched_frontend: ${{ steps.check_changed_files.outputs.is_matched_frontend }} + is_matched_dockerfile: ${{ steps.check_changed_files.outputs.is_matched_dockerfile }} version: ${{ steps.version.outputs.version }} steps: - uses: actions/checkout@v2 - name: Get changed files id: changed_files uses: tj-actions/changed-files@v18.7 - - id: changed_files + - id: check_changed_files name: Check changed files for backend run: | # check changed files