From f626d15c94af921e50e202e5502dfedc751ecc8d Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 10 Feb 2021 04:31:03 +0000 Subject: [PATCH] Attempting to fix path issue. --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 0e58c14..cf43c7c 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -27,7 +27,7 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script - run: 1-install-gcp-sdk.sh + run: gitlab-gcp-deployment/gitlab-gcp-deployment/1-install-gcp-sdk.sh # Runs a set of commands using the runners shell #- name: Run a multi-line script