We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d354ac commit 0b7c4fbCopy full SHA for 0b7c4fb
.github/workflows/build.yml
@@ -61,16 +61,3 @@ jobs:
61
- name: Push
62
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
63
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