Skip to content

Workflow file for this run

name: (Preview) Update last commit time
on: push
jobs:
update-preview:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v4
- name: Run update.py
env:
GITHUB_TOKEN: ${{ github.GITHUB_TOKEN }}
run: python3 update_time.py && ls -alh && diff README.md test.md --color=always || pwd && . .github/push.sh