mirror of https://github.com/usbharu/Hideout.git
wip
This commit is contained in:
parent
80f33f7563
commit
8a86c54edf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue