Skip to content

ci: diff --color=always #5

ci: diff --color=always

ci: diff --color=always #5

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 --color=always