Fix environment
This commit is contained in:
parent
a11893f7e1
commit
a1778d5f5e
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -81,6 +81,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
|
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup environment
|
||||||
|
run: echo "BOIII_MASTER_PATH=${{ secrets.BOIII_MASTER_SSH_PATH }}" >> $GITHUB_ENV
|
||||||
|
|
||||||
#- name: Setup main environment
|
#- name: Setup main environment
|
||||||
# if: github.ref == 'refs/heads/main'
|
# if: github.ref == 'refs/heads/main'
|
||||||
# run: echo "BOIII_MASTER_PATH=${{ secrets.BOIII_MASTER_SSH_PATH }}" >> $GITHUB_ENV
|
# run: echo "BOIII_MASTER_PATH=${{ secrets.BOIII_MASTER_SSH_PATH }}" >> $GITHUB_ENV
|
||||||
|
Loading…
Reference in New Issue
Block a user