mirror of
https://github.com/nextcloud/server.git
synced 2026-06-05 06:44:47 -04:00
Merge pull request #44388 from nextcloud/update-block-merge-eol-workflow
This commit is contained in:
commit
0c941d394f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/block-merge-eol.yml
vendored
2
.github/workflows/block-merge-eol.yml
vendored
|
|
@ -34,4 +34,4 @@ jobs:
|
|||
|
||||
- name: Checking if ${{ env.server_major }} is EOL
|
||||
run: |
|
||||
php -r 'echo json_encode(require_once "config.php");' | jq --arg version "${{ env.server_major }}" '.stable[$version]["100"].eol // .beta[$version]["100"].eol' | grep --silent -i 'false'
|
||||
php -r 'echo json_encode(require_once "config.php");' | jq --arg version "${{ env.server_major }}" '.stable[$version]["100"].eol // .beta[$version]["100"].eol // "NotEOL"' | grep -q "NotEOL"
|
||||
|
|
|
|||
Loading…
Reference in a new issue