Automatically deploy pull requests for testing #8

Merged
erth9960 merged 44 commits from actions into master 2024-07-08 14:29:41 +02:00
Showing only changes of commit 7b27c24a3b - Show all commits

View File

@ -20,7 +20,7 @@ jobs:
console.log(context);
console.log(context.payload.pull_request.head);
const repositoryName = context.repo.repo;
const branchName = ${{ gitea.headref }};
const branchName = context.payload.pull_request.head.ref;
console.log('repositoryName', repositoryName);
console.log('branchName', branchName);
github.rest.issues.createComment({