Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwiniag committed Oct 12, 2024
1 parent 0731baf commit 250294b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/gokakashi-scan/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const fetch = require('node-fetch'); // Use CommonJS require for v2.x
const fetch = require('node-fetch');
const { setFailed, getInput, setOutput } = require('@actions/core');

async function run() {
Expand Down
1 change: 0 additions & 1 deletion .github/actions/gokakashi-scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "1.0.0",
"description": "GitHub Action for scanning images using goKakashi",
"main": "index.js",
"type": "module",
"dependencies": {
"@actions/core": "^1.10.1",
"node-fetch": "^2.6.1"
Expand Down

0 comments on commit 250294b

Please sign in to comment.