Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaeldui committed Jan 11, 2022
1 parent 337cd62 commit e4e8533
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,3 @@ jobs:
with:
github_packages_url: ${{ needs.github-packages.outputs.url }}
nuget_org_url: ${{ needs.nuget-org.outputs.url }}

github-pull-request-comment:
name: 'GitHub Pull Request Comment'
if: ${{ github.event_name == 'pull_request' }}
uses: mikaeldui/actions/.github/workflows/github-pull-request-comment.yml@main
needs: [nuget-org, github-packages]
with:
github_packages_url: ${{ needs.github-packages.outputs.url }}
nuget_org_url: ${{ needs.nuget-org.outputs.url }}

0 comments on commit e4e8533

Please sign in to comment.