fix syntax
CI for bec_testing_plugin / test (push) Successful in 36s

This commit is contained in:
2026-05-19 16:14:49 +02:00
parent 6296b3d809
commit 39ea9ea20b
+2 -2
View File
@@ -63,8 +63,8 @@ jobs:
fi fi
git push -u origin $branch git push -u origin $branch
curl -X POST "https://gitea.psi.ch/api/v1/repos/{{ "${{ gitea.repository }}" }}/pulls" \ curl -X POST "https://gitea.psi.ch/api/v1/repos/${{ gitea.repository }}/pulls" \
-H "Authorization: token {{ "${{ secrets.CI_REPO_WRITE }}" }}" \ -H "Authorization: token ${{ secrets.CI_REPO_WRITE }}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d "{ -d "{
\"title\": \"Template: $(echo $msg)\", \"title\": \"Template: $(echo $msg)\",