Fix environment

This commit is contained in:
momo5502 2023-02-18 16:44:30 +01:00
parent a11893f7e1
commit a1778d5f5e

View File

@ -81,6 +81,9 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
steps:
- name: Setup environment
run: echo "BOIII_MASTER_PATH=${{ secrets.BOIII_MASTER_SSH_PATH }}" >> $GITHUB_ENV
#- name: Setup main environment
# if: github.ref == 'refs/heads/main'
# run: echo "BOIII_MASTER_PATH=${{ secrets.BOIII_MASTER_SSH_PATH }}" >> $GITHUB_ENV