-
This commit is contained in:
10
actions/nginx/test.yaml
Normal file
10
actions/nginx/test.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
name: NextJS nginx config
|
||||||
|
runs:
|
||||||
|
using: "composite"
|
||||||
|
steps:
|
||||||
|
- name: 📥 Do First
|
||||||
|
run: |
|
||||||
|
echo "Steps :first do do "
|
||||||
|
- name: 📥 Do second
|
||||||
|
run: |
|
||||||
|
echo "Steps :second do do "
|
||||||
Reference in New Issue
Block a user