Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6e7b9f5

Browse files
authoredOct 7, 2021
Update main.yml
add log
1 parent dd3bde2 commit 6e7b9f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
HD_UUID: ${{ secrets.HEROKU_V2RAY_UUID }} # UUID for v2ray user, 为了安全,一定要放入github action token中
3131
NODE_ENV: production
3232
SECRET_KEY: ${{ secrets.MY_SECRET_KEY }}
33+
- run: |
34+
echo APP_NAME is ${{secrets.APP_NAME}}
3335
stop-start:
3436
if: ${{ github.event.inputs.actions == 'start' || github.event.inputs.actions == 'stop' }}
3537
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
Please sign in to comment.