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 00b1b44 ci(gh-actions): add whoami step for debugging
00b1b44 is described below
commit 00b1b4472c5f3b7abcddd44d1e28e58190629562
Author: Erisu <[email protected]>
AuthorDate: Wed Aug 26 12:06:48 2020 +0900
ci(gh-actions): add whoami step for debugging
---
.github/workflows/nightly.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 4760056..553fa83 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -77,6 +77,9 @@ jobs:
--pretend \
--verbose ${{ github.event.inputs.verbose == 'true' }}
+ - name: NPM whoami
+ run: npm whoami
+
- name: NPM Publish - cordova-cli
run: |
cd ../cordova-cli
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]