From 01fcbce3a93e6d910bfb632fea113bd39bb3ee73 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Thu, 27 Jul 2023 19:21:30 +0200 Subject: [PATCH] .gitea/workflows/deploy.yml aktualisiert --- .gitea/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6e79cb4..eb0ca23 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,9 +10,12 @@ jobs: - name: Get code uses: actions/checkout@v3 - name: Run our own Custom Composite Cached Node JS Deps Action + id: custom uses: https://gitea.coursow.de/Test-Playground/actions-custom-composite@master with: caching: 'false' # Override the default 'caching' input value from the action.yml file for this step + - name: Check Custom Action output + run: echo "Used cache? --> ${{ steps.custom.outputs.cache-hit }}" - name: Lint code run: npm run lint test: