Skip to content

Commit

Permalink
remove dot
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi418 committed Nov 29, 2024
1 parent b4e6673 commit e1856e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
PR_NUMBER=$(gh pr list --state open --head ${{ github.ref_name }} --json number --jq '.[0].number')
if [ -z "$PR_NUMBER" ]; then
echo "No existing PR found for ${{ github.ref_name }} ."
echo "No existing PR found for ${{ github.ref_name }} "
echo "has_pr=false" >> "$GITHUB_OUTPUT"
else
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
Expand Down

0 comments on commit e1856e5

Please sign in to comment.