Update main.yml

add log
This commit is contained in:
yaolin-0
2021-10-07 18:27:01 +08:00
committed by GitHub
parent 05d1b3a96a
commit 872f103ef8

View File

@@ -30,6 +30,8 @@ jobs:
HD_UUID: ${{ secrets.HEROKU_V2RAY_UUID }} # UUID for v2ray user, 为了安全一定要放入github action token中
NODE_ENV: production
SECRET_KEY: ${{ secrets.MY_SECRET_KEY }}
- run: |
echo APP_NAME is ${{secrets.APP_NAME}}
stop-start:
if: ${{ github.event.inputs.actions == 'start' || github.event.inputs.actions == 'stop' }}
runs-on: ubuntu-latest