From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Wed, 9 Nov 2022 12:46:14 +0000 (+0530) Subject: Replace deprecated 'set-output' with '$GITHUB_OUTPUT' (#968) X-Git-Tag: v2.2.3~37 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=1531535151990189e62810ded48e758fdf19894a;p=cinny.git Replace deprecated 'set-output' with '$GITHUB_OUTPUT' (#968) --- diff --git a/.github/workflows/deploy-pull-request.yml b/.github/workflows/deploy-pull-request.yml index 8cd4671..4381aec 100644 --- a/.github/workflows/deploy-pull-request.yml +++ b/.github/workflows/deploy-pull-request.yml @@ -20,7 +20,7 @@ jobs: name: pr - name: Output pr number id: pr - run: echo "::set-output name=id::$(> $GITHUB_OUTPUT - name: Download artifact uses: dawidd6/action-download-artifact@46b4ae883bf0726f5949d025d31cb62c7a5ac70c with: