From 5ba52cd792abf85235f6f446e56ea428519c60ec Mon Sep 17 00:00:00 2001 From: Dimitri Kurashvili Date: Fri, 11 Oct 2019 11:53:18 +0400 Subject: [PATCH] Fix small type --- .github/workflows/postgres-service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/postgres-service.yml b/.github/workflows/postgres-service.yml index 62d2d83..cce3f4c 100644 --- a/.github/workflows/postgres-service.yml +++ b/.github/workflows/postgres-service.yml @@ -12,7 +12,7 @@ jobs: container-job: runs-on: ubuntu-latest - # runs all of the steps inside the specified continer rather than on the VM host. + # runs all of the steps inside the specified container rather than on the VM host. # Because of this the network configuration changes from host based network to a container network. container: image: node:10.16-jessie