From 334ef6a1b0fbec8e212dc1b7758ca7b19ef45d73 Mon Sep 17 00:00:00 2001 From: Marjorie Lucas Date: Tue, 11 Feb 2025 15:40:06 -0800 Subject: [PATCH] test --- .github/actions/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/action.yml b/.github/actions/action.yml index 30cce21..eb86afb 100644 --- a/.github/actions/action.yml +++ b/.github/actions/action.yml @@ -42,12 +42,14 @@ runs: run: | git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" + shell: bash - name: Commit and push process.cwl run: | git add process.cwl git commit -m "Added process.cwl via github actions" git push + shell: bash - name: Source build config environment variables uses: c-py/action-dotenv-to-setenv@v5