From 6f2d3fc50ee55dc78a2c5ed910411e56a5422177 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 28 Oct 2022 06:43:02 -0200 Subject: [PATCH] Update check-git-apply.yaml --- .github/workflows/check-git-apply.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-git-apply.yaml b/.github/workflows/check-git-apply.yaml index b58ea5c7..75f8ffb0 100644 --- a/.github/workflows/check-git-apply.yaml +++ b/.github/workflows/check-git-apply.yaml @@ -22,7 +22,7 @@ on: default: '' env: - RTAG: ${{ format('{0}{1}', github.event.commits[][sha], github.event.inputs.rtag) }} + RTAG: ${{ format('{0}{1}', ${{ github.event.commits[][sha] }}, ${{ github.event.inputs.rtag) }} }} jobs: build: