diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 81f6bc2..f13ada7 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: ls -la && ./1-install-gcp-sdk.sh + run: ls -la && ./1-install-utilities.sh # Runs a set of commands using the runners shell #- name: Run a multi-line script