From 9ac7f407be4ac3be622650284e33b1ee8ee47d9a Mon Sep 17 00:00:00 2001 From: SciLor Date: Tue, 3 Sep 2024 14:42:05 +0000 Subject: [PATCH] use $GITHUB_OUTPUT --- .github/workflows/build_commit_web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_commit_web.yml b/.github/workflows/build_commit_web.yml index 16d5c671..f4b890bf 100644 --- a/.github/workflows/build_commit_web.yml +++ b/.github/workflows/build_commit_web.yml @@ -96,7 +96,7 @@ jobs: - name: Get Last Commit Hash id: get_tcw_commit_hash - run: echo "tcw_commit_hash=$(git rev-parse HEAD)" >> $GITHUB_ENV + run: echo "tcw_commit_hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT - name: Wait for a few seconds # to avoid missing commit in followup steps run: sleep 30