mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-31 01:24:35 +02:00
some logs
This commit is contained in:
parent
977e3cad5a
commit
47f0587d83
2
.github/actions/package-delivery/action.yml
vendored
2
.github/actions/package-delivery/action.yml
vendored
@ -122,8 +122,10 @@ runs:
|
|||||||
state: 'closed',
|
state: 'closed',
|
||||||
per_page: 100
|
per_page: 100
|
||||||
});
|
});
|
||||||
|
console.log(pulls)
|
||||||
|
|
||||||
const pr = pulls.data.find(p => p.merge_commit_sha === commitSha);
|
const pr = pulls.data.find(p => p.merge_commit_sha === commitSha);
|
||||||
|
console.log(pr)
|
||||||
if (!pr) {
|
if (!pr) {
|
||||||
core.warning(warningNoPromote);
|
core.warning(warningNoPromote);
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user