From c1474d9ee50649499cc22cc6223564dcca67d125 Mon Sep 17 00:00:00 2001 From: Wajsar Josef <36114753+PepikVaio@users.noreply.github.com> Date: Tue, 9 Jan 2024 21:18:53 +0100 Subject: [PATCH] edit --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e67c047..8c22cd3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,6 +21,10 @@ jobs: - name: Install dependencies run: npm install + - name: List files in scripts directory + run: ls scripts + + - name: Run script env: ENTERED_CODE: "someValue"