From 5659cd0b5fc5f36cddd4244555f26a62658bc1ed Mon Sep 17 00:00:00 2001 From: Zijian Zhang Date: Sun, 8 Oct 2023 02:44:51 -0400 Subject: [PATCH] test --- .github/workflows/analyze.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 7d2f984..f7008dc 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -12,6 +12,6 @@ with: sparse-checkout: | evonote - - name: Echo __init__.py 📢 + - name: print __init__.py 📢 run: | - echo ${{ github.workspace }}/evonote/__init__.py \ No newline at end of file + cat ${{ github.workspace }}/evonote/__init__.py \ No newline at end of file