Compare commits

..

1 commit

Author SHA1 Message Date
d084dca4b9 Update GitHub Artifact Actions to v7
Some checks failed
/ Ansible Lint (push) Successful in 2m35s
/ build (pull_request) Failing after 2m41s
/ Ansible Lint (pull_request) Successful in 2m58s
2026-06-15 17:16:22 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ jobs:
apt -y install nodejs git rsync openssh-client apt -y install nodejs git rsync openssh-client
pip install --upgrade pip pip install --upgrade pip
- uses: actions/checkout@v7 - uses: actions/checkout@v6
- name: Install Python packages - name: Install Python packages
run: | run: |

View file

@ -10,7 +10,7 @@ jobs:
name: Ansible Lint name: Ansible Lint
runs-on: docker runs-on: docker
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v6
- name: Install pip - name: Install pip
run: | run: |
apt update apt update

View file

@ -124,7 +124,7 @@ endpoints:
conditions: conditions:
- "[STATUS] == 200" - "[STATUS] == 200"
- "[CERTIFICATE_EXPIRATION] > 48h" - "[CERTIFICATE_EXPIRATION] > 48h"
- "[BODY] == pat(*STATUS_CANARY_HAMBURG_CCC_DE_DO_NOT_TOUCH*)" - "[BODY] == pat(*Wir sind der Chaos Computer Club der Hansestadt Hamburg:*)"
- name: spaceapi.ccc.de - name: spaceapi.ccc.de
url: "https://spaceapi.ccc.de" url: "https://spaceapi.ccc.de"