Template: Updating to template version 1.3.1 #3

Open
bec-gitea wants to merge 13 commits from chore/update-template-8c8f040f-5a9e-4d9c-af2a-dfbc137bce1e into main
Showing only changes of commit 39ea9ea20b - Show all commits
+2 -2
View File
@@ -63,8 +63,8 @@ jobs:
fi
git push -u origin $branch
curl -X POST "https://gitea.psi.ch/api/v1/repos/{{ "${{ gitea.repository }}" }}/pulls" \
-H "Authorization: token {{ "${{ secrets.CI_REPO_WRITE }}" }}" \
curl -X POST "https://gitea.psi.ch/api/v1/repos/${{ gitea.repository }}/pulls" \
-H "Authorization: token ${{ secrets.CI_REPO_WRITE }}" \
-H "Content-Type: application/json" \
-d "{
\"title\": \"Template: $(echo $msg)\",