From 438b33bcd3cc58705e403f733c0968bc6c571e44 Mon Sep 17 00:00:00 2001 From: kzhuklinets <53328474+kzhuklinets@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:25:10 +0100 Subject: [PATCH] Update updater.yml --- .github/workflows/updater.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 62677e5b..831a7ed8 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -104,7 +104,20 @@ jobs: run: | cleanedFullSemVer=$(echo "${{ steps.gitversion.outputs.fullSemVer }}" | tr -d '+') echo "::set-output name=cleanedFullSemVer::$cleanedFullSemVer" - + - name: Display Variables + run: | + echo "ECOSYSTEM: ${{ matrix.suite.ecosystem }}" + echo "GITHUB_RUN_ID: ${{ github.run_id }}" + echo "GITHUB_RUN_NUMBER: ${{ github.run_number }}" + echo "GITHUB_JOB: ${{ github.job }}" + echo "GITHUB_SHA: ${{ github.sha }}" + echo "GITHUB_REF: ${{ github.ref }}" + echo "GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}" + echo "IMAGE_NAME: ${{ env.IMAGE_NAME }}" + echo "GITVERSION_SHORT_SHA: ${{ steps.gitversion.outputs.shortSha }}" + echo "GITVERSION_NUGET_VERSION_V2: ${{ steps.gitversion.outputs.nuGetVersionV2 }}" + echo "GITVERSION_MAJOR: ${{ steps.gitversion.outputs.major }}" + echo "GITVERSION_MINOR: ${{ steps.gitversion.outputs.minor }}" - name: Build image run: | docker build \