Automatically deploy pull requests for testing #8
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user