try
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
on: [ push ]
|
name: test
|
||||||
|
|
||||||
|
on:
|
||||||
|
- pull_request
|
||||||
|
- push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Deploy-DotEnv-To-Devel:
|
build-docs:
|
||||||
runs-on: shell
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: bash
|
|
||||||
steps:
|
steps:
|
||||||
- name: write secret to dotenv
|
- uses: actions/checkout@v4
|
||||||
run:
|
- name: Run main.sh
|
||||||
echo "Hello World !!"
|
run: |
|
||||||
|
bash -c "echo "Hello"
|
||||||
|
|||||||
Reference in New Issue
Block a user