Skip to content

Commit

Permalink
fix: add log in init action (#248)
Browse files Browse the repository at this point in the history
* feat: authorize foreign urls input if none in dashlord.yml

* fix: remove prettier code format

* fix: variable name filter

* fix: add log init action
  • Loading branch information
ClementNumericite authored Feb 22, 2023
1 parent 4c0f229 commit 789fa66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ const getOutputs = () => {

if (!baseSites && urlsInput) baseSites = urlsInput.map((url) => ({ url }));

core.info(`baseSites : ${baseSites}`);

const sites = baseSites
.filter(isValid)
.filter((site) =>
Expand Down

0 comments on commit 789fa66

Please sign in to comment.