Skip to content

Commit 6267ff7

Browse files
authored
Use specific version when notifying Teams (#44)
1 parent b5e94ed commit 6267ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
--max-workers 1 closeAndReleaseStagingRepository"
3030

3131
- name: Microsoft Teams Notification
32-
uses: skitionek/notify-microsoft-teams@master
32+
uses: skitionek/notify-microsoft-teams@v1.0.8
3333
if: success()
3434
with:
3535
webhook_url: ${{ secrets.ANDROID_LIBRARIES_TEAMS_WEBHOOK }}

0 commit comments

Comments
 (0)