diff --git a/.github/workflows/check_key.yml b/.github/workflows/check_key.yml index caf88c2..d3ffc57 100644 --- a/.github/workflows/check_key.yml +++ b/.github/workflows/check_key.yml @@ -27,7 +27,7 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script - run: /scripts/check_for_key.sh + run: ./scripts/check_for_key.sh # Runs a set of commands using the runners shell - name: Run a multi-line script