Skip to content

ci: diff README.md test.md #4

ci: diff README.md test.md

ci: diff README.md test.md #4

Workflow file for this run

name: Update last commit time
on: push
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run update.py
run: python3 update_time.py && ls -alh && diff README.md test.md