From 243737e4236d0962f0166bbfa4e3cee26a7c1b9c Mon Sep 17 00:00:00 2001 From: "Alex Lau (AvengerMoJo)" Date: Mon, 27 Nov 2023 15:28:22 +0800 Subject: [PATCH] using ls full path Signed-off-by: Alex Lau (AvengerMoJo) --- .gitea/workflows/obs-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/obs-service.yaml b/.gitea/workflows/obs-service.yaml index 4d3c3f7d..0af73712 100644 --- a/.gitea/workflows/obs-service.yaml +++ b/.gitea/workflows/obs-service.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3 - name: List all files in the repo run: | - ls ${{ gitea.workspace }} + /usr/bin/ls ${{ gitea.workspace }} - name: Using OBS checkout with: osc_user: 'alexlau'