use bash in deploy step
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m58s

This commit is contained in:
Gregor Lohaus
2026-03-09 18:45:43 +01:00
parent 9332d54cf2
commit 85eed9527e

View File

@@ -20,6 +20,7 @@ jobs:
JAVA_HOME: /root/.sdkman/candidates/java/current
run: /root/.sdkman/candidates/gradle/9.4.0/bin/gradle build
- name: deploy
shell: bash
run: |
eval "$(ssh-agent -s)"
ssh-add <(echo "${{ secrets.DEPLOYSSHKEY }}")