Skip to content

Commit

Permalink
ci: fixing autoformatting errors
Browse files Browse the repository at this point in the history
(cherry picked from commit 64bd108)
  • Loading branch information
dansiegel authored and mergify[bot] committed Jun 21, 2024
1 parent 53b16a2 commit 187f205
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/actions/sdk-update/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ runs:
using: "composite"
steps:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.300'

- name: Setup GitVersion
uses: gittools/actions/gitversion/setup@v1.1.1
with:
uses: gittools/actions/gitversion/setup@v1.1.1
with:
versionSpec: '5.10.3'

- name: GitVersion
id: gitversion
uses: gittools/actions/gitversion/execute@v1.1.1
with:
id: gitversion
uses: gittools/actions/gitversion/execute@v1.1.1
with:
useConfigFile: true
configFilePath: build/gitversion.yml

- name: Run Uno Sdk Updater
run: dotnet run -c Release --project tools/Uno.Sdk.Updater
run: dotnet run -c Release --project tools/Uno.Sdk.Updater

0 comments on commit 187f205

Please sign in to comment.