Github-ACtion. Syntax fixed

This commit is contained in:
Peter Fichtner (pfichtner) 2026-02-05 21:36:20 +01:00
parent 635a81db05
commit 7efe26ebe3

View File

@ -19,11 +19,6 @@ jobs:
run: | run: |
echo "Skipping workflow on fork without PR_TESTING" echo "Skipping workflow on fork without PR_TESTING"
exit 0 exit 0
- name: Comment if checkmark is missing
if: ${{ !contains(github.event.pull_request.body, '[X] I acknowledge') }}
uses: actions/github-script@v6
with:
script: |
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Check PR template via diff - name: Check PR template via diff