little fix

This commit is contained in:
name 2022-02-04 00:34:03 +08:00
parent de234b3d8c
commit 24538f4611

View File

@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Test Github Action Server Time
run: bash -x echo `date`
run: echo `date`
- name: Check new version and push
env:
GHTOKEN: ${{ secrets.GHTOKEN }}