From 406bce88702115c96f235b11b69c0e4929d1a0ef Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Fri, 22 Mar 2024 22:29:06 -0500 Subject: [PATCH] Attempting to force BASH to get used. --- .forgejo/workflows/pull_request.yaml | 4 ++++ .forgejo/workflows/release.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.forgejo/workflows/pull_request.yaml b/.forgejo/workflows/pull_request.yaml index 5dbb6af..d60cbf1 100644 --- a/.forgejo/workflows/pull_request.yaml +++ b/.forgejo/workflows/pull_request.yaml @@ -2,6 +2,10 @@ on: pull_request: types: [opened, synchronize, reopened] +defaults: + run: + shell: bash + jobs: library_snapshot: runs-on: docker diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index cc20434..53e9055 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -3,6 +3,10 @@ on: branches: - main +defaults: + run: + shell: bash + jobs: library_release: runs-on: docker