зеркало из https://github.com/dotnet/aspnetcore.git
Add automatic SDK updates (#53414)
* Add automatic SDK updates * Update update-sdk.yml
This commit is contained in:
Родитель
47516564c7
Коммит
2c13e06e50
|
@ -0,0 +1,21 @@
|
|||
name: update-dotnet-sdk
|
||||
|
||||
on:
|
||||
|
||||
# Scheduled trigger to check for .NET SDK updates at 12 UTC every Monday
|
||||
schedule:
|
||||
- cron: '00 12 * * MON'
|
||||
|
||||
# Manual trigger to update the .NET SDK on-demand.
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update-dotnet-sdk:
|
||||
name: Update .NET SDK
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: martincostello/update-dotnet-sdk@8765302da88e1a78c845125626f3726190908593
|
||||
with:
|
||||
quality: 'daily'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
Загрузка…
Ссылка в новой задаче