Compare commits

...

2 Commits

Author SHA256 Message Date
c89239bd7f Merge branch 'main' into SLE15SP7
All checks were successful
mr_actions / review (pull_request) Successful in 3s
2025-04-02 17:21:47 +02:00
Marco Strigl
224d55618c . 2025-04-02 17:21:10 +02:00

View File

@@ -16,6 +16,5 @@ jobs:
- run: echo "The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
cat *
for i in `cat release_sle15`; do echo $i; done
- run: echo "This job's status is ${{ job.status }}."