From 13c996805a0a6056f73cfabdc293566135ad53ff Mon Sep 17 00:00:00 2001 From: Ismoh Date: Fri, 1 Jul 2022 00:42:19 +0200 Subject: [PATCH] #42 using github cli "gh" --- .github/workflows/version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index ba5396fa1..8784d0fa1 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -22,3 +22,4 @@ jobs: run: echo "$GITHUB_CONTEXT" - name: Copy label from issue run: | + gh issue view ${{ steps.links.outputs.issues }} --json "labels" \ No newline at end of file