File tree Expand file tree Collapse file tree 4 files changed +28
-5
lines changed
Expand file tree Collapse file tree 4 files changed +28
-5
lines changed Original file line number Diff line number Diff line change 1+ name : ⚙ dotnet
2+ description : Configures dotnet if the repo/org defines the DOTNET custom property
3+
4+ runs :
5+ using : composite
6+ steps :
7+ - name : 🔎 dotnet
8+ id : dotnet
9+ shell : bash
10+ run : |
11+ VERSIONS=$(gh api /repos/${{ github.repository }}/properties/values | jq -r '.[] | select(.property_name == "DOTNET") | .value')
12+ echo "versions=$VERSIONS" >> $GITHUB_OUTPUT
13+
14+ - name : ⚙ dotnet
15+ if : steps.dotnet.outputs.versions != ''
16+ uses : actions/setup-dotnet@v4
17+ with :
18+ dotnet-version : ${{ steps.dotnet.outputs.versions }}
Original file line number Diff line number Diff line change @@ -38,3 +38,6 @@ updates:
3838 ProtoBuf :
3939 patterns :
4040 - " protobuf-*"
41+ Spectre :
42+ patterns :
43+ - " Spectre.Console*"
Original file line number Diff line number Diff line change 4040 weak
4141[file ".github/dependabot.yml"]
4242 url = https://github.com/devlooped/oss/blob/main/.github/dependabot.yml
43- sha = 49661dbf0720cde93eb5569be7523b5912351560
44- etag = c147ea2f3431ca0338c315c4a45b56ee233c4d30f8d6ab698d0e1980a257fd6a
43+ sha = 917ff5486e25bec90038e7ab6d146fd82c61f846
44+ etag = 50bf50df5a6eeb1705baea50f4c6e06d167a89cb5a590887ff939bd4120bd442
4545 weak
4646[file ".github/workflows/build.yml"]
4747 url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml
423423 sha = 032439dbf180fca0539a5bd3a019f18ab3484b76
424424 etag = da7c0104131bd474b52fc9bc9f9bda6470e24ae38d4fb9f5c4f719bc01370ab5
425425 weak
426+ [file ".github/actions/dotnet/action.yml"]
427+ url = https://github.com/devlooped/oss/blob/main/.github/actions/dotnet/action.yml
428+ sha = 08c70776943839f73dbea2e65355108747468508
429+ etag = a5f1fa7f652cc2c2e13b7c236e5f8403aea26667d6a040c84ef976af267af6ab
430+ weak
Original file line number Diff line number Diff line change @@ -350,8 +350,6 @@ The versioning scheme for packages is:
350350[ ![ David JENNI] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/davidjenni.png " David JENNI ")] ( https://github.com/davidjenni )
351351[ ![ Jonathan ] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/Jonathan-Hickey.png " Jonathan ")] ( https://github.com/Jonathan-Hickey )
352352[ ![ Charley Wu] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/akunzai.png " Charley Wu ")] ( https://github.com/akunzai )
353- [ ![ Jakob Tikjøb Andersen] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/jakobt.png " Jakob Tikjøb Andersen ")] ( https://github.com/jakobt )
354- [ ![ Tino Hager] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/tinohager.png " Tino Hager ")] ( https://github.com/tinohager )
355353[ ![ Ken Bonny] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/KenBonny.png " Ken Bonny ")] ( https://github.com/KenBonny )
356354[ ![ Simon Cropp] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/SimonCropp.png " Simon Cropp ")] ( https://github.com/SimonCropp )
357355[ ![ agileworks-eu] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/agileworks-eu.png " agileworks-eu ")] ( https://github.com/agileworks-eu )
@@ -363,7 +361,6 @@ The versioning scheme for packages is:
363361[ ![ Vincent Limo] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/v-limo.png " Vincent Limo ")] ( https://github.com/v-limo )
364362[ ![ Jordan S. Jones] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/jordansjones.png " Jordan S. Jones ")] ( https://github.com/jordansjones )
365363[ ![ domischell] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/DominicSchell.png " domischell ")] ( https://github.com/DominicSchell )
366- [ ![ Joseph Kingry] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/jkingry.png " Joseph Kingry ")] ( https://github.com/jkingry )
367364
368365
369366<!-- sponsors.md -->
You can’t perform that action at this time.
0 commit comments