Using format_spec_file and source_validator
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
parent
7125a0f03b
commit
eb04331599
@ -11,7 +11,7 @@ jobs:
|
|||||||
- name: Checkout the repo code
|
- name: Checkout the repo code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: List all files in the repo
|
- name: List all files in the repo
|
||||||
run: echo "Workspace: ${{ gitea.workspace }}"
|
run: echo "Workspace: $gitea.workspace"
|
||||||
run: |
|
run: |
|
||||||
/usr/bin/ls ${{ gitea.workspace }}
|
/usr/bin/ls ${{ gitea.workspace }}
|
||||||
- name: Using OBS checkout (remote)
|
- name: Using OBS checkout (remote)
|
||||||
|
Loading…
Reference in New Issue
Block a user