From c6a4bd0ee1e928b030003cc6c167606ad3966a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Wed, 31 Aug 2022 07:06:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20action=20=E6=94=B9=E5=AF=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto_newversion.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/auto_newversion.yml b/.github/workflows/auto_newversion.yml index 8b65af5..b78d576 100644 --- a/.github/workflows/auto_newversion.yml +++ b/.github/workflows/auto_newversion.yml @@ -13,7 +13,4 @@ jobs: - uses: actions/checkout@v2 - uses: jitterbit/get-changed-files@v1 - - run: | - for changed_file in ${{ steps.files.outputs.all }}; do - echo "Do something with this ${changed_file}." - done + - run: echo ${{ steps.files.outputs.all }}