From 30c0074f1bd7b6647b4d6f7018b8e1d114eab748 Mon Sep 17 00:00:00 2001 From: Will Gillis <40799239+t-will-gillis@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:25:54 -0700 Subject: [PATCH] Update schedule-monthly.yml --- .github/workflows/schedule-monthly.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/schedule-monthly.yml b/.github/workflows/schedule-monthly.yml index 7e3c634723..4113447280 100644 --- a/.github/workflows/schedule-monthly.yml +++ b/.github/workflows/schedule-monthly.yml @@ -62,12 +62,12 @@ jobs: # id: extract-artifact # run: unzip trim_job_artifact.zip - - name: Use download - run: | - const fs = require('fs'); - const artifactPath = '_data/external/inactive-Members.json'; - const artifactContent = fs.readFileSync(artifactPath, 'utf8'); - console.log(artifactContent); + # - name: Use download + # run: | + # const fs = require('fs'); + # const artifactPath = '_data/external/inactive-Members.json'; + # const artifactContent = fs.readFileSync(artifactPath, 'utf8'); + # console.log(artifactContent); # Creates a new issue in 'hackforla/website' repo with the list populated above. creates a project card linking to this issue - name: Create new issue