From 242460f286e0ddd3e17fb5bbf5d2ad2c93bfc3f8 Mon Sep 17 00:00:00 2001 From: seepine Date: Wed, 2 Aug 2023 10:06:37 +0800 Subject: [PATCH] fix --- .gitea/workflows/multiple.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/multiple.yml b/.gitea/workflows/multiple.yml index 0f78fa5..87f1954 100644 --- a/.gitea/workflows/multiple.yml +++ b/.gitea/workflows/multiple.yml @@ -99,12 +99,17 @@ jobs: **/yarn.lock - run: echo "${{ env.HASH }}" + - run: echo "${{ workflows.setup.steps.get-hash.outputs.hash }}" - run: echo "${{ workflows.setup.outputs.hash }}" - run: echo "${{ needs.setup.steps.get-hash.outputs.hash }}" - run: echo "${{ needs.setup.outputs.hash }}" - - run: echo "${{ steps.get-hash.outputs.hash }}" + + - run: echo "${{ setup.steps.get-hash.outputs.hash }}" + - run: echo "${{ setup.get-hash.outputs.hash }}" + - run: echo "${{ steps.outputs.hash }}" + - run: echo "${{ outputs.hash }}" - name: Cache node modules