From dbeb1c36c0dd39f8cca1d7226aa7a6d3d7862b06 Mon Sep 17 00:00:00 2001 From: SciLor Date: Tue, 3 Sep 2024 14:47:51 +0000 Subject: [PATCH] fix variable name --- .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 f4b890bf..00e8b125 100644 --- a/.github/workflows/build_commit_web.yml +++ b/.github/workflows/build_commit_web.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest outputs: - tcw_commit_hash: ${{ steps.get_commit_hash.outputs.commit_hash }} + tcw_commit_hash: ${{ steps.get_tcw_commit_hash.outputs.tcw_commit_hash }} steps: - name: Checkout code