Skip to content

Commit 0b7c4fb

Browse files
authored
Remove Refresh Bugster step from build.yml
Removed the Refresh Bugster step from the build workflow.
1 parent 2d354ac commit 0b7c4fb

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,3 @@ jobs:
6161
- name: Push
6262
run: dotnet nuget push src/Serilog.Sinks.ElmahIo/bin/Release/Serilog.Sinks.ElmahIo.5.3.${{ github.run_number }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
6363
if: ${{ github.event_name == 'push' }}
64-
65-
- name: Refresh Bugster
66-
shell: pwsh
67-
env:
68-
FUNCTION_APP_URL: ${{ secrets.FUNCTION_APP_URL }}
69-
run: |
70-
$repoName = ($env:GITHUB_REPOSITORY -split '/')[1]
71-
$json = @{ repository = $repoName } | ConvertTo-Json -Compress
72-
curl --fail-with-body -X POST `
73-
-H "Content-Type: application/json" `
74-
-d "$json" `
75-
$env:FUNCTION_APP_URL
76-
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)