1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-04 20:53:57 +00:00

Merge pull request #446 from FunkinCrew/cancel-merge-2

better branch
This commit is contained in:
Cameron Taylor 2024-03-29 02:04:55 -04:00
commit 2d2aa271dd

View file

@ -22,7 +22,7 @@ jobs:
repo: context.repo.repo,
workflow_id: "build-shit.yml",
status: "queued",
branch: "${{ github.event.sender.name }}"
branch: "${{ github.event.pull_request.head.label }}"
});
let runs = branch_workflows.data.workflow_runs;
runs.forEach((run) => {