mirror of
https://github.com/bakhirev/assayo.git
synced 2025-09-02 10:40:16 +00:00
update
This commit is contained in:
parent
a04438ec04
commit
3b2d2f5811
1 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: Update git log
|
name: Assayo
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
@ -21,10 +21,11 @@ jobs:
|
||||||
- name: Create log file
|
- name: Create log file
|
||||||
run: |
|
run: |
|
||||||
git fetch --unshallow || true
|
git fetch --unshallow || true
|
||||||
git --no-pager log --raw --numstat --oneline --all --reverse --date=iso-strict --pretty=format:"%ad>%aN>%aE>%s" > log.txt
|
git clone https://github.com/bakhirev/assayo.git
|
||||||
|
git --no-pager log --raw --numstat --oneline --all --reverse --date=iso-strict --pretty=format:"%ad>%aN>%aE>%s" > ./assayo/log.txt
|
||||||
|
|
||||||
- name: Archive logs as artifact
|
- name: Archive logs as artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: git-log
|
name: Assayo
|
||||||
path: log.txt
|
path: ./assayo
|
Loading…
Add table
Reference in a new issue