From e5530f38574b8dcfc52c148fbfa36cc65b9806e3 Mon Sep 17 00:00:00 2001 From: Meekdai Date: Mon, 31 Jul 2023 18:11:40 +0800 Subject: [PATCH] Update CONIFG.md --- CONIFG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONIFG.md b/CONIFG.md index a7214c5..7a34c0c 100644 --- a/CONIFG.md +++ b/CONIFG.md @@ -73,7 +73,7 @@ jobs: echo "====== check config.josn file ======" cat config.json 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/backup ${{ github.workspace }} cp /opt/Gmeek/blogBase.json ${{ github.workspace }}