From c521660166f55ebd47cd7e0d5324e775de3d026f Mon Sep 17 00:00:00 2001 From: hossainemruz Date: Tue, 2 Nov 2021 01:25:30 +0600 Subject: [PATCH] Update workflow Signed-off-by: hossainemruz --- .github/workflows/project-automation-pr.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/project-automation-pr.yaml b/.github/workflows/project-automation-pr.yaml index 539ec2c..f3b40fc 100644 --- a/.github/workflows/project-automation-pr.yaml +++ b/.github/workflows/project-automation-pr.yaml @@ -164,9 +164,10 @@ jobs: }' -f project="$PROJECT_ID" -f item="$ITEM_ID" -f field="$STATUS_ID" -f status_id="$OPTION_ID" --silent - name: Find Linked Issues + id: linked-issues uses: boneskull/more-linked-issues-action@v0.2.1 with: github-token: '${{ secrets.GITHUB_TOKEN }}' # you likely won't need the output for anything, but here it is. - name: Get comma-delimited list of found links - run: echo "${{ steps.link-issues.outputs.links }}" + run: echo "${{ steps.linked-issues.outputs.links }}"