Skip to content

Commit

Permalink
Update update-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a0575 authored Nov 4, 2021
1 parent 7205fa8 commit a626eca
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/update-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Update Checker
env:
REPO_URL: https://github.com/a0575/padavan
REPO_BRANCH: master
TZ: Asia/Shanghai

on:
workflow_dispatch:
Expand All @@ -16,12 +15,6 @@ jobs:

steps:

- name: 设置日期
run: |
sudo timedatectl set-timezone "$TZ"
#echo "date=$(date +'%m/%d_%Y_%H/%M')" >> $GITHUB_ENV
echo "date=$(date +'%Y.%m.%d')" >> $GITHUB_ENV
- name: Get Commit Hash
id: getHash
run: |
Expand Down

0 comments on commit a626eca

Please sign in to comment.