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 eaca3d5 commit 0f0fee3Copy full SHA for 0f0fee3
.github/workflows/ci.yml
@@ -52,15 +52,3 @@ jobs:
52
description: ${{ github.event.head_commit.message }}
53
userName: ${{ github.actor }}
54
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