@cryptotaxi247 / netdata-1 / commits / 010f26454

Fix issue in platform EOL check workflow. (#18171)

Austin S. Hemmelgarn committed Jul 15, 2024 at 10:57 UTC 010f26454c391a4877c8d004d83beeb44d48827a
1 file changed +1 -1
.github/workflows/platform-eol-check.yml
+1 -1
@@ -73,7 +73,7 @@ jobs:
73 id: check
74 shell: sh {0}
75 run: |
76 - d="$(.github/scripts/platform-impending-eol.py ${{ matrix.distro }} ${{ matrix.release }}) ${{ matrix.lts }}"
76 + d="$(.github/scripts/platform-impending-eol.py ${{ matrix.distro }} ${{ matrix.release }} ${{ matrix.lts }})"
77 case $? in
78 0) echo "pending=false" >> "${GITHUB_OUTPUT}" ;;
79 1)