auf bash ungestellt
Some checks failed
Release Plugin / release (push) Failing after 1s

This commit is contained in:
2026-03-02 14:16:36 +01:00
parent 47197cd819
commit c4b147d02c

View File

@@ -11,12 +11,12 @@ jobs:
runs-on: alpine-latest
defaults:
run:
shell: sh
shell: bash
steps:
- name: Install dependencies
run: |
apk add --no-cache git zip curl jq rsync
apk add --no-cache git zip curl jq rsync bash
git config --global http.sslVerify false
- name: Checkout