Add workflow information to the push

This commit is contained in:
NianBroken
2024-02-04 02:48:12 +08:00 Unverified
parent be595b8164
commit bcc4759bcc
2 changed files with 36 additions and 5 deletions
+6
View File
@@ -64,6 +64,12 @@ jobs:
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}
TOKEN: ${{ secrets.TOKEN }}
REPOSITORY_NAME: ${{ github.repository }}
GITHUB_SHA: ${{ github.sha }}
GITHUB_WORKFLOW: ${{ github.workflow }}
GITHUB_RUN_NUMBER: ${{ github.run_number }}
GITHUB_RUN_ID: ${{ github.run_id }}
BEIJING_TIME: $(TZ='Asia/Shanghai' date +'%Y-%m-%d %H:%M:%S:%3N')
run: |
python main.py
echo "------"