mirror of
https://github.com/bakhirev/assayo.git
synced 2025-09-02 18:49:59 +00:00
update
This commit is contained in:
parent
9c17096ca8
commit
a04438ec04
1 changed files with 1 additions and 1 deletions
2
.github/workflows/git-log.yml
vendored
2
.github/workflows/git-log.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
git --no-pager log --raw --numstat --oneline --all --reverse --date=iso-strict --pretty=format:"%ad>%aN>%aE>%s" > log.txt
|
git --no-pager log --raw --numstat --oneline --all --reverse --date=iso-strict --pretty=format:"%ad>%aN>%aE>%s" > log.txt
|
||||||
|
|
||||||
- name: Archive logs as artifact
|
- name: Archive logs as artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: git-log
|
name: git-log
|
||||||
path: log.txt
|
path: log.txt
|
Loading…
Add table
Reference in a new issue