File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 8282 uses : ncipollo/release-action@v1
8383 with :
8484 artifacts : " bkg/*.zst"
85- bodyFile : " CHANGELOG.md"
85+ bodyFile : " bkg/ CHANGELOG.md"
8686 tag : " v${{ steps.date.outputs.tag }}"
8787 commit : " master"
8888 allowUpdates : true
Original file line number Diff line number Diff line change 7474 uses : ncipollo/release-action@v1
7575 with :
7676 artifacts : " bkg/*.zst"
77- bodyFile : " CHANGELOG.md"
77+ bodyFile : " bkg/ CHANGELOG.md"
7878 tag : " v${{ steps.date.outputs.tag }}"
7979 commit : " master"
8080 allowUpdates : true
Original file line number Diff line number Diff line change @@ -141,14 +141,6 @@ main() {
141141 mv " $connections " .bak " $connections "
142142
143143 echo " $(
144- if pushd " $BKG_INDEX_DIR " > /dev/null 2>&1 ; then
145- git ls-tree -r --name-only " $BKG_INDEX " ./ \
146- | xargs -r -I filename git log -1 --format=' %cs filename' filename \
147- | awk -v cutoff=" $( get_BKG BKG_BATCH_FIRST_STARTED) " ' cutoff != "" && $1 < cutoff {print}' \
148- | sort | grep -oP ' (?<= )[^/]+(?=/)' | uniq | awk ' {print "0/"$1}'
149- popd > /dev/null 2>&1 || return
150- fi
151-
152144 cat " $BKG_OWNERS "
153145 ) " > " $BKG_OWNERS "
154146
You can’t perform that action at this time.
0 commit comments