This commit is contained in:
usbharu 2024-08-10 14:44:05 +09:00
parent 80f33f7563
commit 8a86c54edf
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: fetch git
run: git fetch --depth 1 origin ${{ github.event.before }}
- name: Check diff
id: check-diff
uses: actions/github-script@v3