From e8baf5d57fa4167822e2134e7a43209d277678e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 18 Oct 2024 10:37:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=B5=8B=E8=AF=95.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/临时测试.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/临时测试.yaml b/.github/workflows/临时测试.yaml index fa55c10..fcdf705 100644 --- a/.github/workflows/临时测试.yaml +++ b/.github/workflows/临时测试.yaml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@main - id: check-git-folder run: | - # 🤖 判断是否存在 .git 文件夹 + # 🤖 判断是否存在 .git 文件夹 🤖 [ -d .git ] && { echo "🤖 Found .git folder"; echo "git-folder-exists=true" >> $GITHUB_OUTPUT; } || { echo "🤖 No .git folder found"; echo "git-folder-exists=false" >> $GITHUB_OUTPUT; } - name: Show git-folder-exists run: echo ${{ steps.check-git-folder.outputs.git-folder-exists }} @@ -17,7 +17,7 @@ jobs: steps: - id: check-git-folder run: | - # 🤖 判断是否存在 .git 文件夹 + # 🤖 判断是否存在 .git 文件夹 🤖 [ -d .git ] && { echo "🤖 Found .git folder"; echo "git-folder-exists=true" >> $GITHUB_OUTPUT; } || { echo "🤖 No .git folder found"; echo "git-folder-exists=false" >> $GITHUB_OUTPUT; } - name: Show git-folder-exists run: echo ${{ steps.check-git-folder.outputs.git-folder-exists }} \ No newline at end of file