try
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
on: [ push ]
|
||||
|
||||
jobs:
|
||||
Deploy-DotEnv-To-Devel:
|
||||
runs-on: shell
|
||||
@@ -6,5 +8,5 @@ jobs:
|
||||
shell: bash
|
||||
steps:
|
||||
- name: write secret to dotenv
|
||||
run: |
|
||||
run:
|
||||
echo "Hello World !!"
|
||||
|
||||
Reference in New Issue
Block a user