Use canary comment instead of actual content #102

Merged
stb merged 3 commits from use-canary into main 2026-06-19 09:14:25 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1abea4ccec - Show all commits

Merge branch 'main' into use-canary
Some checks failed
/ build (pull_request) Failing after 2m46s
/ Ansible Lint (pull_request) Successful in 2m52s
/ cleanup-staging (pull_request) Failing after 2m18s
/ build (push) Failing after 2m44s
/ Ansible Lint (push) Successful in 3m16s

stb 2026-06-19 09:10:49 +02:00

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@v6 - uses: actions/checkout@v7
- 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@v6 - uses: actions/checkout@v7
- name: Install pip - name: Install pip
run: | run: |
apt update apt update