From 0a5e9ee975637dfe289765ccd8b4929e7d866600 Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Fri, 11 Aug 2023 18:19:07 +0800 Subject: [PATCH] Dump the git hash --- .github/workflows/pinephone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pinephone.yml b/.github/workflows/pinephone.yml index 427f60e..c658904 100644 --- a/.github/workflows/pinephone.yml +++ b/.github/workflows/pinephone.yml @@ -51,9 +51,9 @@ jobs: cd nuttx/nuttx ## Dump the git hash - git status && hash1=`git rev-parse HEAD` + hash1=`git rev-parse HEAD` pushd ../apps - git status && hash2=`git rev-parse HEAD` + hash2=`git rev-parse HEAD` popd echo NuttX Source: https://github.com/apache/nuttx/tree/$hash1 >nuttx.hash echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$hash2 >>nuttx.hash