mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +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
@@ -37,8 +37,8 @@ jobs:
|
||||
- name: Split diff output # to fit Linux argument list & GitHub API limitations
|
||||
id: split
|
||||
shell: bash
|
||||
working-directory: split
|
||||
run: |
|
||||
mkdir split && cd split
|
||||
mkdir ${{ 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 }}
|
||||
|
||||
Reference in New Issue
Block a user