Update workflow

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2021-11-02 01:25:30 +06:00
parent 3665699121
commit c521660166

View file

@ -164,9 +164,10 @@ jobs:
}' -f project="$PROJECT_ID" -f item="$ITEM_ID" -f field="$STATUS_ID" -f status_id="$OPTION_ID" --silent }' -f project="$PROJECT_ID" -f item="$ITEM_ID" -f field="$STATUS_ID" -f status_id="$OPTION_ID" --silent
- name: Find Linked Issues - name: Find Linked Issues
id: linked-issues
uses: boneskull/more-linked-issues-action@v0.2.1 uses: boneskull/more-linked-issues-action@v0.2.1
with: with:
github-token: '${{ secrets.GITHUB_TOKEN }}' github-token: '${{ secrets.GITHUB_TOKEN }}'
# you likely won't need the output for anything, but here it is. # you likely won't need the output for anything, but here it is.
- name: Get comma-delimited list of found links - name: Get comma-delimited list of found links
run: echo "${{ steps.link-issues.outputs.links }}" run: echo "${{ steps.linked-issues.outputs.links }}"