From 2a45336db43569253602e72819909298ebe1923a Mon Sep 17 00:00:00 2001 From: anlyyao Date: Mon, 4 Nov 2024 14:28:25 +0800 Subject: [PATCH] fix: action ci script security --- .github/workflows/auto-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 69e32213d..a97b09395 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -53,7 +53,6 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ steps.comment.outputs.branch }} - - run: echo '${{ github.event.comment.body }}' - name: Commit and push if needed env: BODY: ${{ github.event.comment.body }}