From bb00f7536cfa978313e1cc8ec6f156cabec61e7c Mon Sep 17 00:00:00 2001 From: hossainemruz Date: Tue, 2 Nov 2021 02:08:05 +0600 Subject: [PATCH] Update workflow Signed-off-by: hossainemruz --- .github/workflows/project-automation-pr.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/project-automation-pr.yaml b/.github/workflows/project-automation-pr.yaml index f3b40fc..7dc50f1 100644 --- a/.github/workflows/project-automation-pr.yaml +++ b/.github/workflows/project-automation-pr.yaml @@ -164,10 +164,12 @@ jobs: }' -f project="$PROJECT_ID" -f item="$ITEM_ID" -f field="$STATUS_ID" -f status_id="$OPTION_ID" --silent - name: Find Linked Issues + uses: FujiHaruka/issue-refs-parser-action@v1.1 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.linked-issues.outputs.links }}" + body: ${{ github.event.comment.body }} + self_slug: hugo-toha/toha + - name: Get The Outputs + run: | + echo "refs: ${{ steps.linked-issues.outputs.refs }}" + echo "external_refs: ${{ steps.linked-issues.outputs.external_refs }}"