little fix
This commit is contained in:
parent
de234b3d8c
commit
24538f4611
2
.github/workflows/destversion.yml
vendored
2
.github/workflows/destversion.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Test Github Action Server Time
|
- name: Test Github Action Server Time
|
||||||
run: bash -x echo `date`
|
run: echo `date`
|
||||||
- name: Check new version and push
|
- name: Check new version and push
|
||||||
env:
|
env:
|
||||||
GHTOKEN: ${{ secrets.GHTOKEN }}
|
GHTOKEN: ${{ secrets.GHTOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user