fix : gitAction add **working Directory**
This commit is contained in:
7
.github/workflows/autoTest.yml
vendored
7
.github/workflows/autoTest.yml
vendored
@@ -7,6 +7,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
real-world:
|
real-world:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
working-directory: .
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
@@ -21,6 +24,10 @@ jobs:
|
|||||||
- name: Make Directory for deliver
|
- name: Make Directory for deliver
|
||||||
run: mkdir deploy
|
run: mkdir deploy
|
||||||
|
|
||||||
|
- name: ls
|
||||||
|
run: ls -al
|
||||||
|
working-directory: ${{env.working-directory}}
|
||||||
|
|
||||||
# 환경변수 셋팅
|
# 환경변수 셋팅
|
||||||
- name: Make env file
|
- name: Make env file
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user