Using format_spec_file and source_validator
Some checks failed
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Failing after 23s

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

View File

@ -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: