Skip to content

Commit

Permalink
Create test-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sopheck authored Mar 1, 2024
1 parent a1f6115 commit c0ef842
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 c0ef842

Please sign in to comment.