adding default working dir to fix promote to prod issue
This commit is contained in:
3
.github/workflows/explorer_production.yml
vendored
3
.github/workflows/explorer_production.yml
vendored
@ -28,6 +28,9 @@ jobs:
|
|||||||
Explorer_production_deploy:
|
Explorer_production_deploy:
|
||||||
needs: Explorer_production_build_test
|
needs: Explorer_production_build_test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: explorer
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Reference in New Issue
Block a user