Merge pull request #455 from patrick-5546/fix_page_revision_time

Fix page revision time
pull/456/head
TRaSH 3 years ago committed by GitHub
commit 833e4eb6df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- uses: actions/setup-python@v2
with:
python-version: 3.x

Loading…
Cancel
Save