Skip to content

Commit

Permalink
Update schedule-monthly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Sep 7, 2023
1 parent 50aee3b commit 30c0074
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/schedule-monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30c0074

Please sign in to comment.