try
This commit is contained in:
10
.gitea/workflows/testing_on_host.yaml
Normal file
10
.gitea/workflows/testing_on_host.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
jobs:
|
||||
Deploy-DotEnv-To-Devel:
|
||||
runs-on: shell
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
steps:
|
||||
- name: write secret to dotenv
|
||||
run: |
|
||||
echo "Hello World !!"
|
||||
Reference in New Issue
Block a user