We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b248ede commit 3794f04Copy full SHA for 3794f04
1 file changed
.github/workflows/block-merge-eol.yml
@@ -23,14 +23,12 @@ jobs:
23
runs-on: ubuntu-latest-low
24
25
steps:
26
- - name: Download updater config
27
- run: curl https://raw.githubusercontent.com/nextcloud/updater_server/production/config/config.php --output config.php
28
-
29
- name: Set server major version environment
30
run: |
31
# retrieve version number from branch reference
32
server_major=$(echo "${{ github.base_ref }}" | sed -En 's/stable//p')
33
echo "server_major=$server_major" >> $GITHUB_ENV
+ echo "current_month=$(date +%Y-%m)" >> $GITHUB_ENV
34
35
- name: Checking if ${{ env.server_major }} is EOL
36
0 commit comments