Skip to content

Commit

Permalink
Fix typo error in fetch_prs section (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgen authored Nov 12, 2024
1 parent ccc6c15 commit 92d4a1e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
echo "$OLD_PRS" | jq -r '. | "- **\(.title)**: [View PR](\(.url))"' > old_pr_list.txt
echo "OLD_PRS_FOUND=true" >> $GITHUB_OUTPUT
echo "MESSAGE_TEXT=$(<old_pr_list.txt)" >> $GITHUB_OUTPUT
fi
- name: Notify Mattermost
if: steps.fetch_prs.outputs.OLD_PRS_FOUND == 'true'
Expand Down

0 comments on commit 92d4a1e

Please sign in to comment.