mirror of
https://github.com/vercel/commerce.git
synced 2025-05-10 03:37:51 +00:00
chore: Add console log to print deployments data in develop.deploy-functions.yml
This commit is contained in:
parent
ce0143adf5
commit
af142b3d39
@ -31,6 +31,7 @@ jobs:
|
|||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
sha: context.sha
|
sha: context.sha
|
||||||
});
|
});
|
||||||
|
console.log(deployments.data);
|
||||||
return deployments.data;
|
return deployments.data;
|
||||||
- name: Semantic Release
|
- name: Semantic Release
|
||||||
id: semantic
|
id: semantic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user