From ef13ba4f86cad61b8e8190d5a7b16fb93c73bca0 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Sat, 27 Jan 2024 18:25:59 -0500 Subject: [PATCH] test empty script --- .github/workflows/empty-script.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/empty-script.yml b/.github/workflows/empty-script.yml index 4906c085..47efd350 100644 --- a/.github/workflows/empty-script.yml +++ b/.github/workflows/empty-script.yml @@ -16,8 +16,9 @@ jobs: defaults: run: working-directory: ./scripts + shell: bash steps: - name: Check out repository uses: actions/checkout@v4 - name: Run script - run: bash ./empty_script.sh + run: ./empty_script.sh