Skip to content

Commit

Permalink
Merge pull request #44388 from nextcloud/update-block-merge-eol-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Altahrim authored Mar 26, 2024
2 parents 992dd39 + 32ef736 commit 0c941d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/block-merge-eol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0c941d3

Please sign in to comment.