Skip to content

Commit

Permalink
Merge branch 'kdh-main' of github.com:sopheck/open-webui-of-kdh into …
Browse files Browse the repository at this point in the history
…kdh-main
  • Loading branch information
sopheck committed Mar 1, 2024
2 parents e032c1e + c0ef842 commit 01571ef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Echo Action

on:
push:
branches:
- kdh-main

jobs:
echo_message:
runs-on: ubuntu-latest
steps:
- name: Echo a message
run: echo "Das funktioniert!"

0 comments on commit 01571ef

Please sign in to comment.