From 89495cca316d9f991ae21b36299e725d68c0f804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A7=E4=BA=8B?= <545049148@qq.com> Date: Wed, 15 Mar 2023 19:50:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20github=20action=20variable?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index d5ae9b3..d77da51 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -52,7 +52,7 @@ jobs: uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - body: ${{ variables.RCOMMIT }} + body: ${{ vars.RCOMMIT }} files: | ./backup4abap_go/backup* ./abapscan_go/scan*