Skip to content

Commit

Permalink
Fix Missing Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
DevIos01 committed Dec 23, 2023
1 parent 0bcd4fc commit 91f8971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
const fs = require('fs');
const path = require('path');
const runId = ${{ github.event.workflow_run.id }};
const artifactName = 'pr-number';
Expand All @@ -56,8 +58,6 @@ jobs:
archive_format: 'zip',
});
const fs = require('fs');
const path = require('path');
const artifactPath = path.join(process.env.GITHUB_WORKSPACE, `${artifactName}.zip`);
fs.writeFileSync(artifactPath, Buffer.from(artifactData.data));
Expand Down

1 comment on commit 91f8971

@vercel
Copy link

@vercel vercel bot commented on 91f8971 Dec 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sprig – ./

sprig-beta.hackclub.dev
sprig.hackclub.com
gamelab.hackclub.com
sprig-git-main.hackclub.dev

Please sign in to comment.