Skip to content

Commit

Permalink
Update dependency-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuxinZhang214 authored Oct 16, 2023
1 parent 3189319 commit 0ce789f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const { execSync } = require('child_process');
console.log(Object.keys(github)); # Debugging: Check available methods on 'github'
try {
execSync('npm update');
execSync('git config --global user.name "GitHub Actions"');
Expand Down

0 comments on commit 0ce789f

Please sign in to comment.