From fb3b2480144282618b38bcf99a4bf4560f65ca9d Mon Sep 17 00:00:00 2001 From: lab Date: Fri, 10 Nov 2023 10:11:27 +0800 Subject: [PATCH] fix: remove steps echos --- .github/workflows/ci-demo.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-demo.yaml b/.github/workflows/ci-demo.yaml index 3c01f85..afd0eb6 100644 --- a/.github/workflows/ci-demo.yaml +++ b/.github/workflows/ci-demo.yaml @@ -16,8 +16,6 @@ jobs: run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Github!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - - - name: Checkout repository code - name: Checkout uses: actions/checkout@v3