From 5e062e65b3b863e58e1e650a8bb4b511c890d197 Mon Sep 17 00:00:00 2001 From: Dmytro Shevtsov Date: Thu, 2 Nov 2023 16:23:09 -0500 Subject: [PATCH] COMDOX-830: Update workflows with deployments --- .github/workflows/publish.yml | 2 +- .github/workflows/stage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 428f9828..9485d5f3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: result-encoding: string - name: Get branch name shell: bash - run: echo "##[set-output name=branch;]${GITHUB_REF#refs/heads/}" + run: echo "branch=${GITHUB_REF#refs/heads/}" >> "$GITHUB_OUTPUT" id: get_branch echo-state: diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index e8ed4982..c74d554e 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -33,7 +33,7 @@ jobs: result-encoding: string - name: Get branch name shell: bash - run: echo "##[set-output name=branch;]${GITHUB_REF#refs/heads/}" + run: echo "branch=${GITHUB_REF#refs/heads/}" >> "$GITHUB_OUTPUT" id: get_branch echo-state: