Skip to content

Commit 0f0fee3

Browse files
authored
Remove refresh bugster
1 parent eaca3d5 commit 0f0fee3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,3 @@ jobs:
5252
description: ${{ github.event.head_commit.message }}
5353
userName: ${{ github.actor }}
5454
logId: ${{ secrets.ELMAH_IO_LOG_ID }}
55-
56-
- name: Get Added and Modified Files
57-
id: changed-files
58-
uses: masesgroup/retrieve-changed-files@v3
59-
60-
- name: Refresh files in Bugster
61-
if: ${{ steps.changed-files.outputs.all != '[]' }}
62-
uses: elmahio/actions/[email protected]
63-
with:
64-
signing: ${{ secrets.BUGSTER_SIGNING }}
65-
url: ${{ secrets.BUGSTER_URL }}
66-
files: ${{ steps.changed-files.outputs.all }}

0 commit comments

Comments
 (0)