From 81d64d44a8fdbad1692137e347011a4e27be1a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 24 Oct 2023 17:00:53 +0200 Subject: [PATCH] workdir --- .gitea/workflows/release_preparation.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/release_preparation.yaml b/.gitea/workflows/release_preparation.yaml index 0d59e41..517e98c 100644 --- a/.gitea/workflows/release_preparation.yaml +++ b/.gitea/workflows/release_preparation.yaml @@ -11,6 +11,8 @@ jobs: steps: - name: check out repository uses: https://github.com/actions/checkout@v4 + - name: read local files + run: ls -lah - name: run composer update to update composer.lock uses: https://github.com/addnab/docker-run-action@v3 with: