This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git


The following commit(s) were added to refs/heads/master by this push:
     new 84bdd3b  chore: add license header & enable npm verbose always (#273)
84bdd3b is described below

commit 84bdd3b24eb01f7a075833c0d47b6e69d9055352
Author: エリス <[email protected]>
AuthorDate: Mon Aug 24 23:13:53 2020 +0900

    chore: add license header & enable npm verbose always (#273)
---
 .github/workflows/nightly.yml | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index b31b9c7..4760056 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
 name: Cordova Nightly
 
 on:
@@ -9,7 +26,7 @@ on:
         default: 'Re-run broken nightly build'
 
       verbose:
-        description: 'Enable Verbose'
+        description: 'Enable Coho Verbose'
         required: true
         default: 'false'
 
@@ -22,6 +39,8 @@ jobs:
 
     env:
       NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+      # Since npm loglevel is not boolean, it will always be in verbose mode 
to better debug errors.
+      npm_config_loglevel: verbose
 
     steps:
       - uses: actions/checkout@v2


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to