Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
add log
  • Loading branch information
github-neo authored Oct 7, 2021
1 parent dd3bde2 commit 6e7b9f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e7b9f5

Please sign in to comment.