mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(flux-local): split diff into multiple comments
This commit is contained in:
2
.github/workflows/kube-flux-diff.yaml
vendored
2
.github/workflows/kube-flux-diff.yaml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir split && cd split
|
||||
mkdir ${{ matrix.path }}/${{ matrix.resource }}
|
||||
mkdir -p ${{ matrix.path }}/${{ matrix.resource }}
|
||||
# echo 'CURRENTPATH=${{ matrix.path }}' | sed -e 's/\//-/g' >> "${GITHUB_ENV}"
|
||||
cat <<EOF | split -C 65536 --numeric-suffixes - ${{ matrix.path }}/${{ matrix.resource }}
|
||||
${{ steps.diff.outputs.diff }}
|
||||
|
||||
Reference in New Issue
Block a user