Files
python_skripte/.gitea/workflows/testing_on_host.yaml
2025-02-03 13:39:38 +01:00

13 lines
198 B
YAML

on: [ push ]
jobs:
Deploy-DotEnv-To-Devel:
runs-on: shell
defaults:
run:
shell: bash
steps:
- name: write secret to dotenv
run:
echo "Hello World !!"