Skip to content

Commit

Permalink
fix script path in action
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotibou committed Dec 1, 2023
1 parent 0162598 commit c9c0f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_add_pr_to_miletone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
dotnet-version: '7.0.101'

- name: "Assign to vNext Milestone"
run: ./tracer/build.sh AssignPullRequestToMilestone
run: ./github-actions-helpers/build.sh AssignPullRequestToMilestone
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PullRequestNumber: "${{ github.event.pull_request.number }}"

0 comments on commit c9c0f62

Please sign in to comment.