Skip to content

Echo Action

Echo Action #1

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!"