Skip to content

Commit

Permalink
Update closing-issues-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Nov 11, 2023
1 parent e9f7f56 commit 03c794a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/closing-issues-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: echo '${{ steps.get_closing_issues.outputs.data }}'
- run: |
- name: prepare matrix
id: matrix
run: |
echo 'matrix<<EOF' >> $GITHUB_OUTPUT
echo '{ include:' >> $GITHUB_OUTPUT
echo '${{ steps.get_closing_issues.outputs.data }}' | jq -r '.repository.pullRequest.closingIssuesReferences.edges | [.[] | .node.number ]' >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 03c794a

Please sign in to comment.