mirror of
https://github.com/bakhirev/assayo.git
synced 2025-09-02 02:29:48 +00:00
update
This commit is contained in:
parent
3b2d2f5811
commit
33f98bc116
1 changed files with 2 additions and 2 deletions
4
.github/workflows/assayo.yml
vendored
4
.github/workflows/assayo.yml
vendored
|
@ -22,10 +22,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git fetch --unshallow || true
|
git fetch --unshallow || true
|
||||||
git clone https://github.com/bakhirev/assayo.git
|
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
|
git --no-pager log --raw --numstat --oneline --all --reverse --date=iso-strict --pretty=format:"%ad>%aN>%aE>%s" > ./assayo/build/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: Assayo
|
name: Assayo
|
||||||
path: ./assayo
|
path: ./assayo/build/
|
Loading…
Add table
Reference in a new issue