Skip to content

Merge branch 'kdh-main' of github.com:sopheck/open-webui-of-kdh into … #2

Merge branch 'kdh-main' of github.com:sopheck/open-webui-of-kdh into …

Merge branch 'kdh-main' of github.com:sopheck/open-webui-of-kdh into … #2

Workflow file for this run

name: Echo Action
on:
push:
branches:
- kdh-main
jobs:
echo_message:
runs-on: ubuntu-latest
steps:
- name: Echo a message
run: echo "Das funktioniert!"