mirror of
https://github.com/bakhirev/assayo.git
synced 2025-09-01 18:19:43 +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:
|
||||
pull_request:
|
||||
|
@ -21,10 +21,11 @@ jobs:
|
|||
- name: Create log file
|
||||
run: |
|
||||
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
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: git-log
|
||||
path: log.txt
|
||||
name: Assayo
|
||||
path: ./assayo
|
Loading…
Add table
Reference in a new issue