adding default working dir to fix promote to prod issue

This commit is contained in:
axleiro 2022-03-03 15:23:41 +05:30 committed by GitHub
parent 011472a8e8
commit a9fd807f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ jobs:
Explorer_production_deploy:
needs: Explorer_production_build_test
runs-on: ubuntu-latest
defaults:
run:
working-directory: explorer
steps:
- uses: actions/checkout@v2