Update CONIFG.md

This commit is contained in:
Meekdai 2023-07-31 18:11:40 +08:00 committed by GitHub
parent 4af706b4d5
commit e5530f3857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ jobs:
echo "====== check config.josn file ======" echo "====== check config.josn file ======"
cat config.json cat config.json
echo "====== check config.josn end ======" echo "====== check config.josn end ======"
python Gmeek.py ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} --issue_number '${{ github.event.issue.number }}' python Gmeek.py ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} ${{ env.GMEEK_VERSION }} --issue_number '${{ github.event.issue.number }}'
cp -a /opt/Gmeek/docs ${{ github.workspace }} cp -a /opt/Gmeek/docs ${{ github.workspace }}
cp -a /opt/Gmeek/backup ${{ github.workspace }} cp -a /opt/Gmeek/backup ${{ github.workspace }}
cp /opt/Gmeek/blogBase.json ${{ github.workspace }} cp /opt/Gmeek/blogBase.json ${{ github.workspace }}