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