We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861ceee commit 25a055eCopy full SHA for 25a055e
.github/workflows/ci-pipeline.yml
@@ -25,8 +25,6 @@ jobs:
25
with:
26
path: node_modules
27
key: node_modules-${{ hashFiles('package-lock.json') }}
28
- - name: BLALBLA
29
- run: echo "${{github.ref}}"
30
- name: Install Dependencies
31
run: npm ci
32
if: steps.node-modules.outputs.cache-hit != 'true'
0 commit comments