Merge branch 'main' into SLE15SP7
Some checks failed
mr_actions / review (pull_request) Failing after 34s

This commit is contained in:
2025-04-02 19:16:42 +02:00

View File

@@ -9,7 +9,7 @@ jobs:
image: opensuse/leap:latest
steps:
- name: Install nodejs
run: zypper in nodejs
run: zypper in -y nodejs
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."