1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-08 11:33:31 +00:00

Fix print environment step

This commit is contained in:
Vince Grassia
2024-05-16 18:26:22 -04:00
parent 2014150380
commit 689aa80833

View File

@@ -164,10 +164,10 @@ jobs:
- name: Print environment
run: |
node --version
npm --version
git --version
fdroid --version
echo "Node Version: $(node --version)"
echo "NPM Version: $(npm --version)"
echo "Git Version: $(git --version)"
echo "F-Droid Server Version: $(fdroid --version)"
echo "GitHub ref: $GITHUB_REF"
echo "GitHub event: $GITHUB_EVENT"