Compare commits
5 commits
d084dca4b9
...
e9ca6ff336
| Author | SHA1 | Date | |
|---|---|---|---|
| e9ca6ff336 | |||
| 1abea4ccec | |||
| 8b924c924f | |||
| e5fa86468a | |||
| 05149f42fa |
3 changed files with 3 additions and 3 deletions
|
|
@ -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@v6
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Install Python packages
|
- name: Install Python packages
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
name: Ansible Lint
|
name: Ansible Lint
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
- name: Install pip
|
- name: Install pip
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@ endpoints:
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == 200"
|
- "[STATUS] == 200"
|
||||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||||
- "[BODY] == pat(*Wir sind der Chaos Computer Club der Hansestadt Hamburg:*)"
|
- "[BODY] == pat(*STATUS_CANARY_HAMBURG_CCC_DE_DO_NOT_TOUCH*)"
|
||||||
|
|
||||||
- name: spaceapi.ccc.de
|
- name: spaceapi.ccc.de
|
||||||
url: "https://spaceapi.ccc.de"
|
url: "https://spaceapi.ccc.de"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue