Skip to content

Commit

Permalink
timeout-minutes: 10
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Aug 1, 2024
1 parent a284887 commit 5e5cd87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
max-parallel: 3
runs-on: ubuntu-latest
permissions: read-all
timeout-minutes: 10
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
ACCESS_TOKEN: ${{secrets.ACCESS_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import SVGO from 'svgo'; // 🔶
// import { networkInterfaces } from 'os';
// console.log("✅ networkInterfaces:", networkInterfaces)
// console.log("✅ process.env:", process.env)
console.log("✅ process.env:", process.env)
// console.log("✅ process.env:", process.env)
console.log("✅ process.argv:", process.argv)

const args = process.argv.slice(2); //🔶 Remove node and script paths
Expand Down

0 comments on commit 5e5cd87

Please sign in to comment.