diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index 9111ac9..d4f9c01 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -13,13 +13,13 @@ jobs: dotnet-version: '10.0.x' - name: Dotnet info - - run: dotnet --info + run: dotnet --info - name: Dotnet restore - - run: dotnet restore + run: dotnet restore - name: Dotnet build - - run: dotnet build --configuration Release + run: dotnet build --configuration Release - name: Say hello run: echo "Hello from GitHub Actions!"