Skip to content

Commit 8d72aef

Browse files
authored
Merge pull request #148 from dorssel/update_sdk_action
Add update .NET SDK workflow
2 parents b4b675b + fb36266 commit 8d72aef

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# SPDX-FileCopyrightText: 2025 Frans van Dorsselaer
2+
#
3+
# SPDX-License-Identifier: MIT
4+
5+
---
6+
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
7+
8+
name: UpdateSDK
9+
10+
on:
11+
workflow_dispatch:
12+
schedule:
13+
- cron: '33 22 * * *'
14+
15+
permissions:
16+
contents: write
17+
pull-requests: write
18+
19+
jobs:
20+
UpdateSDK:
21+
uses: dorssel/workflows/.github/workflows/update-dotnet-sdk.yml@main

0 commit comments

Comments
 (0)