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 91f8971 commit f120d8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/checkout@v4

- name: List available artifacts with detailed logs
id: list_artifacts
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down Expand Up @@ -71,6 +70,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 = 'plagiarism-report';
Expand Down

0 comments on commit f120d8d

Please sign in to comment.