Using format_spec_file and source_validator

Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
Alex Lau 2024-01-08 18:13:02 +08:00
parent 7125a0f03b
commit eb04331599
No known key found for this signature in database
GPG Key ID: 3F28752074CC2261

View File

@ -11,7 +11,7 @@ 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"
run: |
/usr/bin/ls ${{ gitea.workspace }}
- name: Using OBS checkout (remote)