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 4a4b481dc4 - Show all commits

View File

@ -18,7 +18,7 @@ jobs:
with:
script: |
console.log(context);
console.log(context.pull_request.head);
console.log(context.payload.pull_request.head);
const repositoryName = context.repo.repo;
const branchName = ${{ gitea.headref }};
console.log('repositoryName', repositoryName);