Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 13, 2022. It is now read-only.
/zxipdb-pythonPublic archive

Commite45eadf

Browse files
authored
Update update.yml
1 parent338b3c8 commite45eadf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎.github/workflows/update.yml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast:false
3131
matrix:
3232
mysql-version:[8.0]
33-
python-version:[3.9]
33+
python-version:[3.8]
3434

3535
steps:
3636
-name:Checkout repository
@@ -43,7 +43,7 @@ jobs:
4343
Set-TimeZone -Name "China Standard Time"
4444
$timelocal="Auto Update $(Get-Date -Format 'yyyy-MM-dd HH:mm:ss')"
4545
$tagname="v$(Get-Date -Format 'yyyy.MM.dd')"
46-
echo ::set-output name=TIMELOCAL::${timelocal}
46+
echo ::set-output name=TIMELOCAL::"${timelocal}"
4747
echo ::set-output name=TAGNAME::${tagname}
4848
4949
-name:Initialize mysql
@@ -64,7 +64,7 @@ jobs:
6464

6565
-name:Update ipdata
6666
run:|
67-
echo ${steps.get_tag.outputs.TIMELOCAL}
67+
echo"${steps.get_tag.outputs.TIMELOCAL}"
6868
pipenv install --dev
6969
pipenv run python ./IP_Sync/ip_Sync.py
7070
@@ -73,7 +73,7 @@ jobs:
7373
git config --global user.email ${{ secrets.USER_EMAIL }}
7474
git config --global user.name ${{ secrets.USER_NAME }}
7575
git add .
76-
git commit -m ${steps.get_tag.outputs.TIMELOCAL}
76+
git commit -m"${steps.get_tag.outputs.TIMELOCAL}"
7777
git pull origin main
7878
git tag -a ${steps.get_tag.outputs.TAGNAME} -m "${steps.get_tag.outputs.TIMELOCAL}"
7979
@@ -85,7 +85,7 @@ jobs:
8585
tags:true
8686

8787
-name:Build
88-
run:echo ${steps.get_tag.outputs.TIMELOCAL} > Release.txt
88+
run:echo"${steps.get_tag.outputs.TIMELOCAL}" > Release.txt
8989

9090
-name:Test
9191
run:cat Release.txt

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp