Skip to content

Commit

Permalink
Update close-discussion.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech authored Jul 16, 2024
1 parent a760400 commit df2cd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-discussion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.event.pull_request.merged == true
id: extract-discussion
run: |
echo "::set-output name=discussion::$(echo "${{ github.event.pull_request.body }}" | grep -oP '(?<=Resloves #)\d+')"
echo "::set-output name=discussion::$(echo "${{ github.event.pull_request.body }}" | grep -oP '(?<=Resolves #)\d+')"
shell: bash

- name: Close the discussion
Expand Down

0 comments on commit df2cd71

Please sign in to comment.