Skip to content

Commit ada6039

Browse files
authored
Update main.yml
add log
1 parent 6e7b9f5 commit ada6039

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
environment: ${{ github.event.inputs.env }}
1818
steps:
19+
- run: echo APP_NAME is ${{secrets.APP_NAME}}
1920
- uses: actions/checkout@v2
2021
- uses: akhileshns/heroku-deploy@v3.6.8 # This is the action
2122
with:
@@ -30,8 +31,6 @@ jobs:
3031
HD_UUID: ${{ secrets.HEROKU_V2RAY_UUID }} # UUID for v2ray user, 为了安全,一定要放入github action token中
3132
NODE_ENV: production
3233
SECRET_KEY: ${{ secrets.MY_SECRET_KEY }}
33-
- run: |
34-
echo APP_NAME is ${{secrets.APP_NAME}}
3534
stop-start:
3635
if: ${{ github.event.inputs.actions == 'start' || github.event.inputs.actions == 'stop' }}
3736
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)