From 71da120306fd106e580c53597ee5d3c9c0e96242 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 4 Jun 2024 22:36:21 +0200 Subject: [PATCH] Update deploy.yaml --- .gitea/workflows/deploy.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index ccd0c7f..ee825e8 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -2,11 +2,16 @@ name: Gitea Actions Deploy run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] +defaults: + run: + shell: bash + working-directory: /home/debian + + jobs: Explore-Gitea-Actions: - runs-on: ubuntu-latest:host steps: - name: List files in the repository run: | pwd - ls /home/debian + ls