From 99f9865b8711ce5a87c3d97056a24354608648a2 Mon Sep 17 00:00:00 2001 From: "Alex Lau (AvengerMoJo)" Date: Mon, 8 Jan 2024 18:15:21 +0800 Subject: [PATCH] Using format_spec_file and source_validator 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 3b6418f5..e3bada83 100644 --- a/.gitea/workflows/obs-service.yaml +++ b/.gitea/workflows/obs-service.yaml @@ -11,8 +11,8 @@ jobs: - name: Checkout the repo code uses: actions/checkout@v3 - name: List all files in the repo - run: echo "Workspace: $gitea.workspace" run: | + echo "Workspace: ${{ gitea.workspace }}" /usr/bin/ls ${{ gitea.workspace }} - name: Using OBS checkout (remote) with: