From da4eacd738975759919ed690f629ed86ec853e93 Mon Sep 17 00:00:00 2001 From: Brian Feucht Date: Mon, 20 Nov 2023 15:29:31 -0800 Subject: [PATCH] Fix up whitespace in yml file --- .github/workflows/sample-app-docker-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sample-app-docker-build.yml b/.github/workflows/sample-app-docker-build.yml index a596ddb..b61cc67 100644 --- a/.github/workflows/sample-app-docker-build.yml +++ b/.github/workflows/sample-app-docker-build.yml @@ -5,7 +5,7 @@ jobs: build: runs-on: ubuntu-latest - steps: + steps: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v3 with: @@ -18,4 +18,4 @@ jobs: - name: Run docker run: docker run --rm -p 9000:8080 samplelambda:latest --detach - name: Test function - run: curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}' \ No newline at end of file + run: curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'