Skip to content

Commit

Permalink
fix bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Oct 16, 2024
1 parent 1abefe5 commit c53e7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
echo "::set-output name=milestone::${{ env.STABLE_VERSION_MILESTONE }}"
else
echo "::set-output name=milestone::${{ env.FEATURE_VERSION_MILESTONE }}"
fi
shell: bash

- name: Assign milestone to PR
Expand All @@ -48,5 +49,4 @@ jobs:
});
console.log(`Assigned milestone "${milestone.title}" to PR #${pr.number}`);
} else {
console.log(`Milestone "${milestoneTitle}" not found.`);
}
console.log(`Milestone "${milestoneTitle}" not found.`);

0 comments on commit c53e7b7

Please sign in to comment.